Browse Source

char: xilinx_hwicap: Checkpatch.pl cleanup

Remove checkpatch warning:
WARNING: Use #include <linux/io.h> instead of <asm/io.h>

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Michal Simek 12 years ago
parent
commit
1dd24daef9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/char/xilinx_hwicap/xilinx_hwicap.h

+ 1 - 1
drivers/char/xilinx_hwicap/xilinx_hwicap.h

@@ -37,7 +37,7 @@
 #include <linux/cdev.h>
 #include <linux/platform_device.h>
 
-#include <asm/io.h>
+#include <linux/io.h>
 
 struct hwicap_drvdata {
 	u32 write_buffer_in_use;  /* Always in [0,3] */