Skip to content

Commit

Permalink
drivers: bluetooth: bluecard_cs.c: Fixed include error, changed to li…
Browse files Browse the repository at this point in the history
…nux/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>
  • Loading branch information
Cody Rester authored and David S. Miller committed Jul 2, 2010
1 parent 42d782a commit c89827e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/bluetooth/bluecard_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c89827e

Please sign in to comment.