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:
7b8245a
)
compat: fix build if CONFIG_PCCARD=y and CONFIG_PCMCIA=n
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 18 Jul 2010 19:09:22 +0000
(21:09 +0200)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Mon, 19 Jul 2010 21:38:29 +0000
(14:38 -0700)
The includes are needed for pccard_loop_tuple.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
include/linux/compat-2.6.33.h
patch
|
blob
|
history
diff --git
a/include/linux/compat-2.6.33.h
b/include/linux/compat-2.6.33.h
index 0b434fcf668489d35ba702795f50a0d426a2d2b5..e4dff722a82515503405a33ac6c8082533692093 100644
(file)
--- a/
include/linux/compat-2.6.33.h
+++ b/
include/linux/compat-2.6.33.h
@@
-7,12
+7,10
@@
#include <linux/skbuff.h>
#if defined(CONFIG_PCCARD) || defined(CONFIG_PCCARD_MODULE)
-#if defined(CONFIG_PCMCIA) || defined(CONFIG_PCMCIA_MODULE)
#include <pcmcia/cs_types.h>
#include <pcmcia/cistpl.h>
#include <pcmcia/ds.h>
#endif
-#endif
#include <linux/kfifo.h>
#include <linux/firmware.h>