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:
819330b
)
Add missing headers for 2.6.24
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Mon, 11 Jan 2010 22:38:40 +0000
(14:38 -0800)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Mon, 11 Jan 2010 22:38:40 +0000
(14:38 -0800)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
include/linux/compat-2.6.24.h
patch
|
blob
|
history
diff --git
a/include/linux/compat-2.6.24.h
b/include/linux/compat-2.6.24.h
index 287b14c3c046dbc05eaf2b4262df02c82fb23ac8..90a0cd4d0e16c65a03af96d4f18dba2245f1f3a8 100644
(file)
--- a/
include/linux/compat-2.6.24.h
+++ b/
include/linux/compat-2.6.24.h
@@
-7,7
+7,12
@@
/* Compat work for 2.6.21, 2.6.22 and 2.6.23 */
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24))
+#include <asm/atomic.h>
+#include <linux/netdevice.h>
#include <linux/skbuff.h>
+#include <linux/usb.h>
+#include <linux/types.h>
+#include <linux/list.h>
/* Added on 2.6.24 in include/linux/types.h by Al viro on commit 142956af */
typedef unsigned long uintptr_t;