mips: ralink: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:09 +0000 (16:20 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:09 +0000 (16:20 +0200)
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>
arch/mips/ralink/timer.c

index 5bb29b3790ff07fe92bda3f8911da4392b0d8c24..82c72a15bf759fb5adb914081e8ba16d42d87996 100644 (file)
@@ -173,7 +173,6 @@ static struct platform_driver rt_timer_driver = {
        .remove = rt_timer_remove,
        .driver = {
                .name           = "rt-timer",
-               .owner          = THIS_MODULE,
                .of_match_table = rt_timer_match
        },
 };
This page took 0.025685 seconds and 5 git commands to generate.