aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:55 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:55 -0400
commitc190476bd43bee2ce822d7a8f6aecd7dd3c9b0b2 (patch)
tree0cea90feca16cdb87b8632afa6315a0760f03a9e
parent16640616518e10ae56060ed6110638e7f220ae98 (diff)
misc: mic: card: 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>
-rw-r--r--drivers/misc/mic/card/mic_x100.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/mic/card/mic_x100.c b/drivers/misc/mic/card/mic_x100.c
index 9d57545d64f6..e98e537d68e3 100644
--- a/drivers/misc/mic/card/mic_x100.c
+++ b/drivers/misc/mic/card/mic_x100.c
@@ -255,7 +255,6 @@ static struct platform_driver __refdata mic_platform_driver = {
255 .shutdown = mic_platform_shutdown, 255 .shutdown = mic_platform_shutdown,
256 .driver = { 256 .driver = {
257 .name = mic_driver_name, 257 .name = mic_driver_name,
258 .owner = THIS_MODULE,
259 }, 258 },
260}; 259};
261 260