diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-05-22 01:09:52 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-07-06 10:56:08 +0300 |
commit | 8476d6cde2cd11a2cb87bd7392fc318eec25c8a0 (patch) | |
tree | 3525894023a7cc5249ef39a3e2faaad066f4d8c9 /arch | |
parent | 7e715c2d9c27c23f3187454157c58cf292ed103e (diff) | |
download | linux-8476d6cde2cd11a2cb87bd7392fc318eec25c8a0.tar.xz |
backlight: adp8860: Move header file out of I2C realm
include/linux/i2c is not for client devices.
Move the header file to a more appropriate location.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/blackfin/mach-bf537/boards/stamp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index eaec7b4832a2..76983dfba324 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c @@ -2047,7 +2047,7 @@ static struct adp8870_backlight_platform_data adp8870_pdata = { #endif #if IS_ENABLED(CONFIG_BACKLIGHT_ADP8860) -#include <linux/i2c/adp8860.h> +#include <linux/platform_data/adp8860.h> static struct led_info adp8860_leds[] = { { .name = "adp8860-led7", |