ipv4/arp.c:arp_process(): remove bogus #ifdef mess
commit86c4424d0a676b9d6dea8fb64e21c3d263aa88bb
authorAdrian Bunk <bunk@kernel.org>
Sun, 9 Dec 2007 19:33:23 +0000 (9 20:33 +0100)
committerAdrian Bunk <bunk@kernel.org>
Sun, 9 Dec 2007 19:33:23 +0000 (9 20:33 +0100)
treec2145afd50f9cd89e7cde08e37c98d4a86a62846
parent47d5d333edbb27fe52da914c606dbc894826bcf3
ipv4/arp.c:arp_process(): remove bogus #ifdef mess

The #ifdef's in arp_process() were not only a mess, they were also wrong
in the CONFIG_NET_ETHERNET=n and (CONFIG_NETDEV_1000=y or
CONFIG_NETDEV_10000=y) cases.

Since they are not required this patch removes them.

Also removed are some #ifdef's around #include's that caused compile
errors after this change.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
net/ipv4/arp.c