From: Adrian Bunk Date: Mon, 26 Nov 2007 15:17:53 +0000 (+0800) Subject: [IPV4]: Remove bogus ifdef mess in arp_process X-Git-Tag: v2.6.24-rc4~90^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3660019e5f96fd9a8b7d4214a96523c0bf7b676d;p=pandora-kernel.git [IPV4]: Remove bogus ifdef mess in arp_process 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed