summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/sky81452.h
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2020-06-26 22:37:42 +0200
committerLee Jones <lee.jones@linaro.org>2020-07-01 10:40:11 +0100
commit08bf73a6f056d84fd52a58c5d165523dd84be535 (patch)
treecc832e3092a3b1c0e4c4481fb215592df0bc8703 /include/linux/mfd/sky81452.h
parente1915eec54a6b4902664eaf6fb7a20de5624c4dd (diff)
downloadlinux-08bf73a6f056d84fd52a58c5d165523dd84be535.tar.bz2
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>
Diffstat (limited to 'include/linux/mfd/sky81452.h')
-rw-r--r--include/linux/mfd/sky81452.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mfd/sky81452.h b/include/linux/mfd/sky81452.h
index d469aa481243..b08570ff34df 100644
--- a/include/linux/mfd/sky81452.h
+++ b/include/linux/mfd/sky81452.h
@@ -9,11 +9,9 @@
#ifndef _SKY81452_H
#define _SKY81452_H
-#include <linux/platform_data/sky81452-backlight.h>
#include <linux/regulator/machine.h>
struct sky81452_platform_data {
- struct sky81452_bl_platform_data *bl_pdata;
struct regulator_init_data *regulator_init_data;
};