diff options
Diffstat (limited to 'include/linux/netdevice.h')
| -rw-r--r-- | include/linux/netdevice.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 65ee1929b2b..a9aa4b5917d 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -895,7 +895,7 @@ struct net_device  	/* class/net/name entry */  	struct device		dev;  	/* space for optional statistics and wireless sysfs groups */ -	struct attribute_group  *sysfs_groups[3]; +	const struct attribute_group *sysfs_groups[3];  	/* rtnetlink link ops */  	const struct rtnl_link_ops *rtnl_link_ops;  |