PCI: Avoid duplicate IDs in driver dynamic IDs list
[linux-2.6-microblaze.git] / kernel / params.c
index 3835fb8..164d793 100644 (file)
@@ -530,7 +530,7 @@ struct module_param_attrs
 {
        unsigned int num;
        struct attribute_group grp;
-       struct param_attribute attrs[0];
+       struct param_attribute attrs[];
 };
 
 #ifdef CONFIG_SYSFS