diff options
author | Sebastian Siewior <bigeasy@linutronix.de> | 2008-07-16 23:05:49 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-07-23 09:50:18 +0100 |
commit | f6ec2d96796d0accda6c325890206f3629130729 (patch) | |
tree | 7ab86d4bd44bc403d4bafb18af30f04102271d87 | |
parent | 7be35c72e6454059a33ad844153349973d22fcb7 (diff) | |
download | kernel_samsung_smdk4412-f6ec2d96796d0accda6c325890206f3629130729.zip kernel_samsung_smdk4412-f6ec2d96796d0accda6c325890206f3629130729.tar.gz kernel_samsung_smdk4412-f6ec2d96796d0accda6c325890206f3629130729.tar.bz2 |
backlight: Fix missing kernel doc entry
Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
-rw-r--r-- | drivers/video/backlight/backlight.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/backlight/backlight.c b/drivers/video/backlight/backlight.c index 3939475..fab0bc8 100644 --- a/drivers/video/backlight/backlight.c +++ b/drivers/video/backlight/backlight.c @@ -191,6 +191,7 @@ static struct device_attribute bl_device_attributes[] = { * backlight_device class. * @name: the name of the new object(must be the same as the name of the * respective framebuffer device). + * @parent: a pointer to the parent device * @devdata: an optional pointer to be stored for private driver use. The * methods may retrieve it by using bl_get_data(bd). * @ops: the backlight operations structure. |