diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/backlight.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/backlight.h b/include/linux/backlight.h index 75e91f5b6a04..a5cf1beacb44 100644 --- a/include/linux/backlight.h +++ b/include/linux/backlight.h | |||
| @@ -54,7 +54,7 @@ struct backlight_device { | |||
| 54 | }; | 54 | }; |
| 55 | 55 | ||
| 56 | extern struct backlight_device *backlight_device_register(const char *name, | 56 | extern struct backlight_device *backlight_device_register(const char *name, |
| 57 | void *devdata, struct backlight_properties *bp); | 57 | struct device *dev,void *devdata,struct backlight_properties *bp); |
| 58 | extern void backlight_device_unregister(struct backlight_device *bd); | 58 | extern void backlight_device_unregister(struct backlight_device *bd); |
| 59 | 59 | ||
| 60 | #define to_backlight_device(obj) container_of(obj, struct backlight_device, class_dev) | 60 | #define to_backlight_device(obj) container_of(obj, struct backlight_device, class_dev) |
