ath5k: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Sun, 21 Dec 2014 21:14:32 +0000 (22:14 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 6 Jan 2015 18:40:27 +0000 (20:40 +0200)
This 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>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath5k/ahb.c

index 8f387cf..2ca88b5 100644 (file)
@@ -227,7 +227,6 @@ static struct platform_driver ath_ahb_driver = {
        .remove     = ath_ahb_remove,
        .driver         = {
                .name   = "ar231x-wmac",
-               .owner  = THIS_MODULE,
        },
 };