Ver Fonte

ath5k: drop owner assignment from platform_drivers

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>
Wolfram Sang há 11 anos atrás
pai
commit
c0c3163a72
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      drivers/net/wireless/ath/ath5k/ahb.c

+ 0 - 1
drivers/net/wireless/ath/ath5k/ahb.c

@@ -227,7 +227,6 @@ static struct platform_driver ath_ahb_driver = {
 	.remove     = ath_ahb_remove,
 	.driver		= {
 		.name	= "ar231x-wmac",
-		.owner	= THIS_MODULE,
 	},
 };