projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d1f8db
)
[IPV4]: Remove unused define in include/net/arp.h (HAVE_ARP_CREATE)
author
Rami Rosen
<ramirose@gmail.com>
Mon, 31 Dec 2007 07:23:02 +0000
(23:23 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 23:00:16 +0000
(15:00 -0800)
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/arp.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/arp.h
b/include/net/arp.h
index 36482bf9ad362e013819dd860ba6d9d3186430c6..752eb47b2678b0ceecabd1c44190e16cd59fde66 100644
(file)
--- a/
include/net/arp.h
+++ b/
include/net/arp.h
@@
-5,7
+5,6
@@
#include <linux/if_arp.h>
#include <net/neighbour.h>
-#define HAVE_ARP_CREATE
extern struct neigh_table arp_tbl;