projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c69b27
)
include arp.h, required for 2.6.23
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Mon, 11 Jan 2010 19:49:33 +0000
(11:49 -0800)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Mon, 11 Jan 2010 19:49:33 +0000
(11:49 -0800)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
compat/compat-2.6.24.c
patch
|
blob
|
history
diff --git
a/compat/compat-2.6.24.c
b/compat/compat-2.6.24.c
index 977eb45e1008dea106425515fa47c0fb84546957..e496236e0a7e196ce2cc4756f5e38e0258134dc2 100644
(file)
--- a/
compat/compat-2.6.24.c
+++ b/
compat/compat-2.6.24.c
@@
-13,6
+13,8
@@
/* All things not in 2.6.22 and 2.6.23 */
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24))
+#include <net/arp.h>
+
/* Part of net/ethernet/eth.c as of 2.6.24 */
char *print_mac(char *buf, const u8 *addr)
{