Commit c89827e0e9346c039aed9b63c14096c2d36796b1

Authored by Cody Rester
Committed by David S. Miller
1 parent 42d782ac1b

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/bluetooth/bluecard_cs.c
... ... @@ -37,7 +37,7 @@
37 37 #include <linux/wait.h>
38 38  
39 39 #include <linux/skbuff.h>
40   -#include <asm/io.h>
  40 +#include <linux/io.h>
41 41  
42 42 #include <pcmcia/cs_types.h>
43 43 #include <pcmcia/cs.h>