ipv4: arp: Cleanup in arp.c
authorIgor Maravic <igorm@etf.rs>
Mon, 5 Dec 2011 02:25:57 +0000 (02:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Dec 2011 05:34:40 +0000 (00:34 -0500)
commit40e4783ee62ac656a9a0fa3b512b6aee4f07d2d1
tree813a2a4220b399bcd5d1bd16cc5a9248978bff47
parent0a5912db7b4f9c3ff3bd0dbb67f36484a3b21a35
ipv4: arp: Cleanup in arp.c

Use "IS_ENABLED(CONFIG_FOO)" macro instead of
"defined(CONFIG_FOO) || defined(CONFIG_FOO_MODULE)"

Signed-off-by: Igor Maravic <igorm@etf.rs>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/arp.c