diff options
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index 1fec28546525..8d92013f9ce1 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -384,7 +384,7 @@ extern void device_reprobe(struct device *dev); | |||
384 | * Easy functions for dynamically creating devices on the fly | 384 | * Easy functions for dynamically creating devices on the fly |
385 | */ | 385 | */ |
386 | extern struct device *device_create(struct class *cls, struct device *parent, | 386 | extern struct device *device_create(struct class *cls, struct device *parent, |
387 | dev_t devt, char *fmt, ...) | 387 | dev_t devt, const char *fmt, ...) |
388 | __attribute__((format(printf,4,5))); | 388 | __attribute__((format(printf,4,5))); |
389 | extern void device_destroy(struct class *cls, dev_t devt); | 389 | extern void device_destroy(struct class *cls, dev_t devt); |
390 | 390 | ||