Skip to content

Commit

Permalink
ath6kl: remove SET_MODULE_OWNER usage
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Luis R. Rodriguez authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent e4551c7 commit 8f05c5b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/ath6kl/os/linux/ar6000_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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*/
Expand Down

0 comments on commit 8f05c5b

Please sign in to comment.