diff options
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index b63fb393aa58..46baa1fec34c 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -264,10 +264,6 @@ extern int __must_check driver_create_file(struct device_driver *driver, | |||
264 | extern void driver_remove_file(struct device_driver *driver, | 264 | extern void driver_remove_file(struct device_driver *driver, |
265 | const struct driver_attribute *attr); | 265 | const struct driver_attribute *attr); |
266 | 266 | ||
267 | extern int __must_check driver_add_kobj(struct device_driver *drv, | ||
268 | struct kobject *kobj, | ||
269 | const char *fmt, ...); | ||
270 | |||
271 | extern int __must_check driver_for_each_device(struct device_driver *drv, | 267 | extern int __must_check driver_for_each_device(struct device_driver *drv, |
272 | struct device *start, | 268 | struct device *start, |
273 | void *data, | 269 | void *data, |