]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
backlight: adp8860: Move header file out of I2C realm
authorWolfram Sang <wsa@the-dreams.de>
Sun, 21 May 2017 22:09:52 +0000 (00:09 +0200)
committerLee Jones <lee.jones@linaro.org>
Thu, 6 Jul 2017 07:56:08 +0000 (08:56 +0100)
commit8476d6cde2cd11a2cb87bd7392fc318eec25c8a0
tree3525894023a7cc5249ef39a3e2faaad066f4d8c9
parent7e715c2d9c27c23f3187454157c58cf292ed103e
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>
arch/blackfin/mach-bf537/boards/stamp.c
drivers/video/backlight/adp8860_bl.c
include/linux/platform_data/adp8860.h [moved from include/linux/i2c/adp8860.h with 100% similarity]