]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
backlight: sky81452: Privatize platform data
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 26 Jun 2020 20:37:42 +0000 (22:37 +0200)
committerLee Jones <lee.jones@linaro.org>
Wed, 1 Jul 2020 09:40:11 +0000 (10:40 +0100)
commit08bf73a6f056d84fd52a58c5d165523dd84be535
treecc832e3092a3b1c0e4c4481fb215592df0bc8703
parente1915eec54a6b4902664eaf6fb7a20de5624c4dd
backlight: sky81452: Privatize platform data

The only way the platform data for the SKY81452 ever gets populated
is through the device tree.

The MFD device is bothered with this for no reason at all. Just
allocate the platform data in the driver and be happy.

Cc: Gyungoh Yoo <jack.yoo@skyworksinc.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/sky81452.c
drivers/video/backlight/sky81452-backlight.c
include/linux/mfd/sky81452.h
include/linux/platform_data/sky81452-backlight.h [deleted file]