leds: drop owner assignment from platform_drivers

A platform_driver does not need to set an owner, it will be populated by the
driver core.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
このコミットが含まれているのは:
Wolfram Sang
2014-10-20 16:20:43 +02:00
コミット 81902d5f65
28個のファイルの変更0行の追加29行の削除

ファイルの表示

@@ -766,7 +766,6 @@ static void lm3533_led_shutdown(struct platform_device *pdev)
static struct platform_driver lm3533_led_driver = {
.driver = {
.name = "lm3533-leds",
.owner = THIS_MODULE,
},
.probe = lm3533_led_probe,
.remove = lm3533_led_remove,