char: xilinx_hwicap: Checkpatch.pl cleanup
authorMichal Simek <michal.simek@xilinx.com>
Thu, 23 May 2013 12:52:33 +0000 (14:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2013 12:46:15 +0000 (21:46 +0900)
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>
drivers/char/xilinx_hwicap/xilinx_hwicap.h

index d31ee23c9f13a957c31c2ecec6b342c3e4d86aaf..96677fc7ea4d92f07c26af23f099461994541de0 100644 (file)
@@ -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] */