Skip to content

Commit

Permalink
leds: leds-wrap: Use <linux/io.h> instead of <asm/io.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sachin Kamat authored and Bryan Wu committed Nov 27, 2012
1 parent b75d280 commit 572dc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/leds/leds-wrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <linux/platform_device.h>
#include <linux/leds.h>
#include <linux/err.h>
#include <asm/io.h>
#include <linux/io.h>
#include <linux/scx200_gpio.h>
#include <linux/module.h>

Expand Down

0 comments on commit 572dc62

Please sign in to comment.