|
@@ -126,11 +126,6 @@ extern int driver_add_groups(struct device_driver *drv,
|
|
|
extern void driver_remove_groups(struct device_driver *drv,
|
|
|
const struct attribute_group **groups);
|
|
|
|
|
|
-extern int device_add_groups(struct device *dev,
|
|
|
- const struct attribute_group **groups);
|
|
|
-extern void device_remove_groups(struct device *dev,
|
|
|
- const struct attribute_group **groups);
|
|
|
-
|
|
|
extern char *make_class_name(const char *name, struct kobject *kobj);
|
|
|
|
|
|
extern int devres_release_all(struct device *dev);
|