netdev: drivers should make ethtool_ops const
[linux-2.6-block.git] / drivers / staging / sxg / sxg.h
index f07aa708d86260ebde8857bcde8b88a20817fa8c..110096a5c52f74c663b548def763dd43b9e4628c 100644 (file)
@@ -782,6 +782,6 @@ struct slic_crash_info {
 #define SIOCSLICSETINTAGG        (SIOCDEVPRIVATE+10)
 #define SIOCSLICTRACEDUMP        (SIOCDEVPRIVATE+11)
 
-extern struct ethtool_ops sxg_nic_ethtool_ops;
+extern const struct ethtool_ops sxg_nic_ethtool_ops;
 #define SXG_COMPLETE_SLOW_SEND_LIMIT   128
 #endif /*  __SXG_DRIVER_H__ */