diff options
author | Kim, Milo <Milo.Kim@ti.com> | 2012-07-31 01:40:53 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-31 04:25:15 +0400 |
commit | f7f95056779eb69c5fc3ac30e5cb6fd28bdbba43 (patch) | |
tree | ec1c6efa034722a4b93c48c45bda35158f54863c /drivers/video | |
parent | a1fcb2e31822c0617c6e274de4af2a2bb5dc7d3f (diff) | |
download | linux-f7f95056779eb69c5fc3ac30e5cb6fd28bdbba43.tar.xz |
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>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/backlight/lp855x_bl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 |