]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/device.h
driver-core: remove legacy iSeries hack
[karo-tx-linux.git] / include / linux / device.h
index b63fb393aa58a2c6ab73bab121960be022269d65..46baa1fec34c1075b62387aaaec9558d5ef0514b 100644 (file)
@@ -264,10 +264,6 @@ extern int __must_check driver_create_file(struct device_driver *driver,
 extern void driver_remove_file(struct device_driver *driver,
                               const struct driver_attribute *attr);
 
-extern int __must_check driver_add_kobj(struct device_driver *drv,
-                                       struct kobject *kobj,
-                                       const char *fmt, ...);
-
 extern int __must_check driver_for_each_device(struct device_driver *drv,
                                               struct device *start,
                                               void *data,