Merge tag 'arm-dt-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / drivers / net / ethernet / toshiba / ps3_gelic_net.h
index 805903d..68f324e 100644 (file)
@@ -308,7 +308,7 @@ struct gelic_port {
        struct gelic_card *card;
        struct net_device *netdev;
        enum gelic_port_type type;
-       long priv[0]; /* long for alignment */
+       long priv[]; /* long for alignment */
 };
 
 static inline struct gelic_card *port_to_card(struct gelic_port *p)