drivers/net: const-ify ethtool_ops declarations
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
@@ -143,7 +143,7 @@ void gfar_start(struct net_device *dev);
|
||||
static void gfar_clear_exact_match(struct net_device *dev);
|
||||
static void gfar_set_mac_for_addr(struct net_device *dev, int num, u8 *addr);
|
||||
|
||||
extern struct ethtool_ops gfar_ethtool_ops;
|
||||
extern const struct ethtool_ops gfar_ethtool_ops;
|
||||
|
||||
MODULE_AUTHOR("Freescale Semiconductor, Inc");
|
||||
MODULE_DESCRIPTION("Gianfar Ethernet Driver");
|
||||
|
Reference in New Issue
Block a user