From: Kim, Milo Date: Mon, 30 Jul 2012 21:40:53 +0000 (-0700) Subject: backlight: move lp855x header into platform_data directory X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f7f95056779eb69c5fc3ac30e5cb6fd28bdbba43;p=linux-beck.git backlight: move lp855x header into platform_data directory The lp855x header is used only in the platform side, so it can be moved into platform_data directory Signed-off-by: Milo(Woogyom) Kim Cc: Richard Purdie Cc: Bryan Wu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/backlight/lp855x_bl.c b/drivers/video/backlight/lp855x_bl.c index 3d24314bc4e1..aa6d4f71131f 100644 --- a/drivers/video/backlight/lp855x_bl.c +++ b/drivers/video/backlight/lp855x_bl.c @@ -14,7 +14,7 @@ #include #include #include -#include +#include /* Registers */ #define BRIGHTNESS_CTRL 0x00 diff --git a/include/linux/lp855x.h b/include/linux/platform_data/lp855x.h similarity index 100% rename from include/linux/lp855x.h rename to include/linux/platform_data/lp855x.h