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 8d92013f9ce1..8a648cd94fa9 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -271,7 +271,7 @@ struct class_interface { | |||
271 | extern int class_interface_register(struct class_interface *); | 271 | extern int class_interface_register(struct class_interface *); |
272 | extern void class_interface_unregister(struct class_interface *); | 272 | extern void class_interface_unregister(struct class_interface *); |
273 | 273 | ||
274 | extern struct class *class_create(struct module *owner, char *name); | 274 | extern struct class *class_create(struct module *owner, const char *name); |
275 | extern void class_destroy(struct class *cls); | 275 | extern void class_destroy(struct class *cls); |
276 | extern struct class_device *class_device_create(struct class *cls, | 276 | extern struct class_device *class_device_create(struct class *cls, |
277 | struct class_device *parent, | 277 | struct class_device *parent, |