aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/device.h')
-rw-r--r--include/linux/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index 1e5f30da98..1fec285465 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -277,7 +277,7 @@ extern struct class_device *class_device_create(struct class *cls,
277 struct class_device *parent, 277 struct class_device *parent,
278 dev_t devt, 278 dev_t devt,
279 struct device *device, 279 struct device *device,
280 char *fmt, ...) 280 const char *fmt, ...)
281 __attribute__((format(printf,5,6))); 281 __attribute__((format(printf,5,6)));
282extern void class_device_destroy(struct class *cls, dev_t devt); 282extern void class_device_destroy(struct class *cls, dev_t devt);
283 283