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>
This commit is contained in:
Luis R. Rodriguez 2011-03-29 17:56:02 -07:00 committed by Greg Kroah-Hartman
parent e4551c7bb1
commit 8f05c5b940
1 changed files with 0 additions and 4 deletions

View File

@ -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*/