linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: bluetooth: bluecard_cs.c: Fixed include error, changed to linux/io.h
@ 2010-06-27  6:12 Cody Rester
  2010-06-27  6:50 ` Gustavo F. Padovan
  0 siblings, 1 reply; 3+ messages in thread
From: Cody Rester @ 2010-06-27  6:12 UTC (permalink / raw)
  To: marcel; +Cc: linux-bluetooth, linux-kernel, Cody Rester

Fixed include error, changed to linux/io.h

Signed-off-by: Cody Rester <codyrester@gmail.com>
---
 drivers/bluetooth/bluecard_cs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/bluetooth/bluecard_cs.c b/drivers/bluetooth/bluecard_cs.c
index d9bf87c..89a4455 100644
--- 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>
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-02  4:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-27  6:12 [PATCH] drivers: bluetooth: bluecard_cs.c: Fixed include error, changed to linux/io.h Cody Rester
2010-06-27  6:50 ` Gustavo F. Padovan
2010-07-02  4:28   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).