Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sachin Kamat and committed by
Bryan Wu
572dc620 b75d2802

+1 -1
+1 -1
drivers/leds/leds-wrap.c
··· 15 15 #include <linux/platform_device.h> 16 16 #include <linux/leds.h> 17 17 #include <linux/err.h> 18 - #include <asm/io.h> 18 + #include <linux/io.h> 19 19 #include <linux/scx200_gpio.h> 20 20 #include <linux/module.h> 21 21