driver model: constify attribute groups
[deliverable/linux.git] / drivers / infiniband / hw / ipath / ipath_kernel.h
index 6ba4861dd6ac683e4637ea86a14bac9101af7164..b3d7efcdf0214fca1d9ce5c95fa481b946d4407c 100644 (file)
@@ -1286,7 +1286,7 @@ struct device_driver;
 
 extern const char ib_ipath_version[];
 
-extern struct attribute_group *ipath_driver_attr_groups[];
+extern const struct attribute_group *ipath_driver_attr_groups[];
 
 int ipath_device_create_group(struct device *, struct ipath_devdata *);
 void ipath_device_remove_group(struct device *, struct ipath_devdata *);
This page took 0.02422 seconds and 5 git commands to generate.