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:
42d782a
)
drivers: bluetooth: bluecard_cs.c: Fixed include error, changed to linux/io.h
author
Cody Rester
<codyrester@gmail.com>
Fri, 2 Jul 2010 04:27:44 +0000
(21:27 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 2 Jul 2010 04:28:14 +0000
(21:28 -0700)
Fixed include error, changed to linux/io.h
Signed-off-by: Cody Rester <codyrester@gmail.com>
Acked-by: Gustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/bluetooth/bluecard_cs.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/bluecard_cs.c
b/drivers/bluetooth/bluecard_cs.c
index 6f907ebed2d50064a6c1058828097fca53192099..6d34f405a2f37424976a685c669217bbd17fbca9 100644
(file)
--- a/
drivers/bluetooth/bluecard_cs.c
+++ b/
drivers/bluetooth/bluecard_cs.c
@@
-37,7
+37,7
@@
#include <linux/wait.h>
#include <linux/skbuff.h>
-#include <
asm
/io.h>
+#include <
linux
/io.h>
#include <pcmcia/cs_types.h>
#include <pcmcia/cs.h>