]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/qe/uec_phy.c
net/miiphy/serial: drop duplicate "NAMESIZE" define
[karo-tx-uboot.git] / drivers / qe / uec_phy.c
index e26218be88afc64e41d35c0fd99b0927bf33824f..ac580a0da746c35e37a901755e1bf99332cc700e 100644 (file)
@@ -85,7 +85,7 @@
 #endif
 
 struct fixed_phy_port {
-       char name[NAMESIZE];    /* ethernet port name */
+       char name[16];  /* ethernet port name */
        unsigned int speed;     /* specified speed 10,100 or 1000 */
        unsigned int duplex;    /* specified duplex FULL or HALF */
 };