X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=blobdiff_plain;f=include%2Flinux%2Fdevice.h;h=46baa1fec34c1075b62387aaaec9558d5ef0514b;hp=b63fb393aa58a2c6ab73bab121960be022269d65;hb=fcd6f76202024763f2f4a348ab666240e4f7ac50;hpb=8597559a78e1cde158b999212bc9543682638eb1 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, 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,