Skip to content

Commit ac5af87

Browse files
Simon GeisDominik Brodowski
authored andcommitted
PCMCIA/i82092: include <linux/io.h> instead of <asm/io.h>
Include the more general linux/io.h instead of asm/io.h as checkpatch suggests. Co-developed-by: Lukas Panzer <[email protected]> Signed-off-by: Lukas Panzer <[email protected]> Signed-off-by: Simon Geis <[email protected]> Signed-off-by: Dominik Brodowski <[email protected]>
1 parent 152b4bb commit ac5af87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pcmcia/i82092.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#include <pcmcia/ss.h>
2020

21-
#include <asm/io.h>
21+
#include <linux/io.h>
2222

2323
#include "i82092aa.h"
2424
#include "i82365.h"

0 commit comments

Comments
 (0)