diff options
| author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-11-25 02:18:32 -0500 |
|---|---|---|
| committer | Bryan Wu <cooloney@gmail.com> | 2012-11-27 17:49:30 -0500 |
| commit | 572dc62078440b32cbfb42a4221bf9880a5846c8 (patch) | |
| tree | 08b15202c701246291e491218513cbec64f71436 | |
| parent | b75d280272bd0cbc79024b4635b0ccd67c416953 (diff) | |
leds: leds-wrap: 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>
| -rw-r--r-- | drivers/leds/leds-wrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-wrap.c b/drivers/leds/leds-wrap.c index 6e21e654bb02..b358cc05eff5 100644 --- a/drivers/leds/leds-wrap.c +++ b/drivers/leds/leds-wrap.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/scx200_gpio.h> | 19 | #include <linux/scx200_gpio.h> |
| 20 | #include <linux/module.h> | 20 | #include <linux/module.h> |
| 21 | 21 | ||
