]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/net/sungem_phy.c
Massive net driver const-ification.
[mirror_ubuntu-artful-kernel.git] / drivers / net / sungem_phy.c
index d3ddb41d6e5c7c361c7e141034693166619983d0..cb0aba95d4e32c56a339c979a24340d3b1954d55 100644 (file)
@@ -39,7 +39,7 @@
 #include "sungem_phy.h"
 
 /* Link modes of the BCM5400 PHY */
-static int phy_BCM5400_link_table[8][3] = {
+static const int phy_BCM5400_link_table[8][3] = {
        { 0, 0, 0 },    /* No link */
        { 0, 0, 0 },    /* 10BT Half Duplex */
        { 1, 0, 0 },    /* 10BT Full Duplex */