diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-05-23 08:52:33 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-05-30 08:46:15 -0400 |
commit | 1dd24daef9c5a4b51f4981a9c65a36a32b2ea98a (patch) | |
tree | f450667324056b46be88fd3a1f4484a4d7198c9e /drivers/char | |
parent | 9093ca8891e238adc323629d69aaae379fd38bb0 (diff) |
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>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/xilinx_hwicap/xilinx_hwicap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/xilinx_hwicap/xilinx_hwicap.h b/drivers/char/xilinx_hwicap/xilinx_hwicap.h index d31ee23c9f13..96677fc7ea4d 100644 --- a/drivers/char/xilinx_hwicap/xilinx_hwicap.h +++ b/drivers/char/xilinx_hwicap/xilinx_hwicap.h | |||
@@ -37,7 +37,7 @@ | |||
37 | #include <linux/cdev.h> | 37 | #include <linux/cdev.h> |
38 | #include <linux/platform_device.h> | 38 | #include <linux/platform_device.h> |
39 | 39 | ||
40 | #include <asm/io.h> | 40 | #include <linux/io.h> |
41 | 41 | ||
42 | struct hwicap_drvdata { | 42 | struct hwicap_drvdata { |
43 | u32 write_buffer_in_use; /* Always in [0,3] */ | 43 | u32 write_buffer_in_use; /* Always in [0,3] */ |