aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index e49aa74f248c..a3ef5a2d4fbb 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -470,9 +470,6 @@ extern struct device *device_create_vargs(struct class *cls,
470 void *drvdata, 470 void *drvdata,
471 const char *fmt, 471 const char *fmt,
472 va_list vargs); 472 va_list vargs);
473extern struct device *device_create(struct class *cls, struct device *parent,
474 dev_t devt, const char *fmt, ...)
475 __attribute__((format(printf, 4, 5)));
476extern struct device *device_create_drvdata(struct class *cls, 473extern struct device *device_create_drvdata(struct class *cls,
477 struct device *parent, 474 struct device *parent,
478 dev_t devt, 475 dev_t devt,