Massive net driver const-ification.
[deliverable/linux.git] / drivers / net / 8139cp.c
index dd410496aadbbe83fbb7ad6a99a25b414a38bc21..ce99845d8266a19371df7f1d52e813f6e6b52868 100644 (file)
@@ -1276,7 +1276,7 @@ static int cp_change_mtu(struct net_device *dev, int new_mtu)
 }
 #endif /* BROKEN */
 
-static char mii_2_8139_map[8] = {
+static const char mii_2_8139_map[8] = {
        BasicModeCtrl,
        BasicModeStatus,
        0,
This page took 0.02439 seconds and 5 git commands to generate.