Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7f95056 authored by Kim, Milo's avatar Kim, Milo Committed by Linus Torvalds
Browse files

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: default avatarMilo(Woogyom) Kim <milo.kim@ti.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Bryan Wu <bryan.wu@canonical.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a1fcb2e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -14,7 +14,7 @@
#include <linux/i2c.h>
#include <linux/i2c.h>
#include <linux/backlight.h>
#include <linux/backlight.h>
#include <linux/err.h>
#include <linux/err.h>
#include <linux/lp855x.h>
#include <linux/platform_data/lp855x.h>


/* Registers */
/* Registers */
#define BRIGHTNESS_CTRL		0x00
#define BRIGHTNESS_CTRL		0x00