diff options
author | Kim, Milo <Milo.Kim@ti.com> | 2012-07-30 14:40:53 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-30 17:25:15 -0700 |
commit | f7f95056779eb69c5fc3ac30e5cb6fd28bdbba43 (patch) | |
tree | ec1c6efa034722a4b93c48c45bda35158f54863c | |
parent | a1fcb2e31822c0617c6e274de4af2a2bb5dc7d3f (diff) | |
download | op-kernel-dev-f7f95056779eb69c5fc3ac30e5cb6fd28bdbba43.zip op-kernel-dev-f7f95056779eb69c5fc3ac30e5cb6fd28bdbba43.tar.gz |
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 <milo.kim@ti.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Bryan Wu <bryan.wu@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | drivers/video/backlight/lp855x_bl.c | 2 | ||||
-rw-r--r-- | include/linux/platform_data/lp855x.h (renamed from include/linux/lp855x.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/lp855x_bl.c b/drivers/video/backlight/lp855x_bl.c index 3d24314..aa6d4f7 100644 --- a/drivers/video/backlight/lp855x_bl.c +++ b/drivers/video/backlight/lp855x_bl.c @@ -14,7 +14,7 @@ #include <linux/i2c.h> #include <linux/backlight.h> #include <linux/err.h> -#include <linux/lp855x.h> +#include <linux/platform_data/lp855x.h> /* Registers */ #define BRIGHTNESS_CTRL 0x00 diff --git a/include/linux/lp855x.h b/include/linux/platform_data/lp855x.h index cc76f1f..cc76f1f 100644 --- a/include/linux/lp855x.h +++ b/include/linux/platform_data/lp855x.h |