dect
/
linux-2.6
Archived
13
0
Fork 0

drivers: bluetooth: bluecard_cs.c: Fixed include error, changed to linux/io.h

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>
This commit is contained in:
Cody Rester 2010-07-01 21:27:44 -07:00 committed by David S. Miller
parent 42d782ac1b
commit c89827e0e9
1 changed files with 1 additions and 1 deletions

View File

@ -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>