projects
/
~emulex
/
for-vlad
/
old
/
compat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09bb5f3
)
compat: fix build on arm
author
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 21 Jan 2010 19:32:48 +0000
(20:32 +0100)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Thu, 21 Jan 2010 19:52:32 +0000
(11:52 -0800)
ARM does not provided the include file asm/compat.h. Use linux/compat.h
instead, it includes asm/compat.h if needed.
This patch is from OpenWRT:
https://dev.openwrt.org/browser/trunk/package/mac80211/patches/020-fix_compat_h.patch?rev=19063
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
include/linux/compat-2.6.32.h
patch
|
blob
|
history
diff --git
a/include/linux/compat-2.6.32.h
b/include/linux/compat-2.6.32.h
index c3e4dbec6570fe636b85aef83656c0a4b1aec209..11060d86d669cd7572c20a456d4361e4cb9ac3ac 100644
(file)
--- a/
include/linux/compat-2.6.32.h
+++ b/
include/linux/compat-2.6.32.h
@@
-6,7
+6,7
@@
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32))
#include <linux/netdevice.h>
-#include <
asm
/compat.h>
+#include <
linux
/compat.h>
#include <net/iw_handler.h>
#include <linux/workqueue.h>