drivers/net/*.c: Use static const
[deliverable/linux.git] / drivers / net / r8169.c
index 4e745af96cf1353ad680eac5c7e70038816e7257..e165d96ec7df269f260bcd22b55b0781bc62fd10 100644 (file)
@@ -2526,7 +2526,7 @@ static void rtl8168d_2_hw_phy_config(void __iomem *ioaddr)
 
                val = mdio_read(ioaddr, 0x0d);
                if ((val & 0x00ff) != 0x006c) {
-                       u32 set[] = {
+                       static const u32 set[] = {
                                0x0065, 0x0066, 0x0067, 0x0068,
                                0x0069, 0x006a, 0x006b, 0x006c
                        };
This page took 0.03756 seconds and 5 git commands to generate.