diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/device.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index 95d607a48f06..a53a822c4d16 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
| @@ -251,8 +251,8 @@ struct class_interface { | |||
| 251 | struct list_head node; | 251 | struct list_head node; |
| 252 | struct class *class; | 252 | struct class *class; |
| 253 | 253 | ||
| 254 | int (*add) (struct class_device *); | 254 | int (*add) (struct class_device *, struct class_interface *); |
| 255 | void (*remove) (struct class_device *); | 255 | void (*remove) (struct class_device *, struct class_interface *); |
| 256 | }; | 256 | }; |
| 257 | 257 | ||
| 258 | extern int class_interface_register(struct class_interface *); | 258 | extern int class_interface_register(struct class_interface *); |
