On Fri, 26 Jun 2020, Linus Walleij wrote:
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
drivers/mfd/sky81452.c | 2 - drivers/video/backlight/sky81452-backlight.c | 34 +++++++++++++---- include/linux/mfd/sky81452.h | 2 - .../linux/platform_data/sky81452-backlight.h | 37 ------------------- 4 files changed, 27 insertions(+), 48 deletions(-) delete mode 100644 include/linux/platform_data/sky81452-backlight.h
Applied, thanks.