From c5fbee5958807e261ae201fadd9be8c9202de5f0 Mon Sep 17 00:00:00 2001 From: Sebastian Siewior Date: Wed, 16 Jul 2008 23:05:49 +0100 Subject: [PATCH] --- yaml --- r: 105595 b: refs/heads/master c: f6ec2d96796d0accda6c325890206f3629130729 h: refs/heads/master i: 105593: 1682f490425295421b21acdebe5e20befd6ee8f3 105591: 1fb83f9923cc19f1e5780acbbfe9effb4a3cd5c0 v: v3 --- [refs] | 2 +- trunk/drivers/video/backlight/backlight.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index ae7744a5f312..27830cd0519d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7be35c72e6454059a33ad844153349973d22fcb7 +refs/heads/master: f6ec2d96796d0accda6c325890206f3629130729 diff --git a/trunk/drivers/video/backlight/backlight.c b/trunk/drivers/video/backlight/backlight.c index 39394757679c..fab0bc874b58 100644 --- a/trunk/drivers/video/backlight/backlight.c +++ b/trunk/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.