net: wireless: ti: wl12xx: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:18 +0000 (16:21 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:18 +0000 (16:21 +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>
drivers/net/wireless/ti/wl12xx/main.c

index 0bccf123831ec0ab80d8a8c62e99b01d7cd23c12..d6d0d6d9c7a89b4e9377a5e48cf694f1d1161f33 100644 (file)
@@ -1900,7 +1900,6 @@ static struct platform_driver wl12xx_driver = {
        .id_table       = wl12xx_id_table,
        .driver = {
                .name   = "wl12xx_driver",
-               .owner  = THIS_MODULE,
        }
 };
 
This page took 0.028743 seconds and 5 git commands to generate.