]> git.karo-electronics.de Git - karo-tx-linux.git/commit
backlight: Remove .owner field for drivers using module_platform_driver
authorPeter Griffin <peter.griffin@linaro.org>
Wed, 13 Aug 2014 12:38:38 +0000 (13:38 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 28 Aug 2014 13:09:48 +0000 (14:09 +0100)
commit6728f2b109392484d38ac9e365496ac5fa1071f1
tree990203fd6546bcb540f6349d6457f45febe11f66
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9
backlight: Remove .owner field for drivers using module_platform_driver

This patch removes the superflous .owner field for drivers which
use the module_platform_driver or platform_driver_register api,
as this is overriden in __platform_driver_register.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
17 files changed:
drivers/video/backlight/88pm860x_bl.c
drivers/video/backlight/aat2870_bl.c
drivers/video/backlight/adp5520_bl.c
drivers/video/backlight/as3711_bl.c
drivers/video/backlight/da903x_bl.c
drivers/video/backlight/da9052_bl.c
drivers/video/backlight/ep93xx_bl.c
drivers/video/backlight/gpio_backlight.c
drivers/video/backlight/lm3533_bl.c
drivers/video/backlight/lp8788_bl.c
drivers/video/backlight/max8925_bl.c
drivers/video/backlight/ot200_bl.c
drivers/video/backlight/pandora_bl.c
drivers/video/backlight/platform_lcd.c
drivers/video/backlight/pwm_bl.c
drivers/video/backlight/tps65217_bl.c
drivers/video/backlight/wm831x_bl.c