Do not include net/ethernet.h and linux/if_tunnel.h
authorSimon Horman <horms@verge.net.au>
Thu, 22 Sep 2011 12:24:13 +0000 (21:24 +0900)
committerBen Pfaff <blp@nicira.com>
Thu, 22 Sep 2011 16:03:02 +0000 (09:03 -0700)
net/ethernet.h and linux/if_tunnel.h do not appear to be needed
on lib/netdev-linux.c.

I noticed this while trying to build on the Android NDK r6b (Android API
level 13) as these headers are not present there.


No differences found