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)
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>

No differences found