summaryrefslogtreecommitdiff
path: root/drivers/staging/ath6kl/os/linux/ar6000_drv.c
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2011-03-29 17:56:02 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-04 22:58:04 -0700
commit8f05c5b940f3c08d30f4298ceb7cc076dd444008 (patch)
treebfb4d8a5363ebafd37f1d39739fdb8ffa2369d55 /drivers/staging/ath6kl/os/linux/ar6000_drv.c
parente4551c7bb19c2f094eaabbcd610ab3dfd2ee86a0 (diff)
ath6kl: remove SET_MODULE_OWNER usage
This is not required. Cc: Naveen Singh <nsingh@atheros.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ath6kl/os/linux/ar6000_drv.c')
-rw-r--r--drivers/staging/ath6kl/os/linux/ar6000_drv.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/ath6kl/os/linux/ar6000_drv.c b/drivers/staging/ath6kl/os/linux/ar6000_drv.c
index cbf2cb66608d..bb4dbb52cbc2 100644
--- a/drivers/staging/ath6kl/os/linux/ar6000_drv.c
+++ b/drivers/staging/ath6kl/os/linux/ar6000_drv.c
@@ -1573,10 +1573,6 @@ init_netdev(struct net_device *dev, char *name)
strcpy(dev->name, name);
}
-#ifdef SET_MODULE_OWNER
- SET_MODULE_OWNER(dev);
-#endif
-
#ifdef CONFIG_CHECKSUM_OFFLOAD
if(csumOffload){
dev->features |= NETIF_F_IP_CSUM; /*advertise kernel capability to do TCP/UDP CSUM offload for IPV4*/