Merge tag 'nfsd-5.8-1' of git://linux-nfs.org/~bfields/linux
[linux-2.6-microblaze.git] / drivers / firewire / core.h
index 4b0e4ee..71d5f16 100644 (file)
@@ -191,7 +191,7 @@ struct fw_node {
        /* Upper layer specific data. */
        void *data;
 
-       struct fw_node *ports[0];
+       struct fw_node *ports[];
 };
 
 static inline struct fw_node *fw_node_get(struct fw_node *node)