diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-11-25 01:44:13 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2012-11-27 17:49:28 -0500 |
commit | 6023ff738a29dfc27237eea8ba5da9540504a5be (patch) | |
tree | 482d8dc6cca6281e5c3f1deed43b2922e5a6edb1 /drivers/leds | |
parent | 30e5c3e6b74b6f8998a2b8407c66acf33ac521d0 (diff) |
leds: leds-net48xx: Use linux/io.h instead of asm/io.h
Fixes the following checkpatch warning:
WARNING: Use #include <linux/io.h> instead of <asm/io.h>
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | drivers/leds/leds-net48xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-net48xx.c b/drivers/leds/leds-net48xx.c index f117f7326c5b..27d06c528246 100644 --- a/drivers/leds/leds-net48xx.c +++ b/drivers/leds/leds-net48xx.c | |||
@@ -15,7 +15,7 @@ | |||
15 | #include <linux/platform_device.h> | 15 | #include <linux/platform_device.h> |
16 | #include <linux/leds.h> | 16 | #include <linux/leds.h> |
17 | #include <linux/err.h> | 17 | #include <linux/err.h> |
18 | #include <asm/io.h> | 18 | #include <linux/io.h> |
19 | #include <linux/nsc_gpio.h> | 19 | #include <linux/nsc_gpio.h> |
20 | #include <linux/scx200_gpio.h> | 20 | #include <linux/scx200_gpio.h> |
21 | #include <linux/module.h> | 21 | #include <linux/module.h> |