Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ce8c47cf88af4da2ff429933c07f203a55d5d0a1
Commit:     ce8c47cf88af4da2ff429933c07f203a55d5d0a1
Parent:     655bfd7aebb12481ab9275284d9500bee5ba3e70
Author:     Andrew Morton <[EMAIL PROTECTED]>
AuthorDate: Sun Jul 22 10:36:31 2007 +0100
Committer:  Richard Purdie <[EMAIL PROTECTED]>
CommitDate: Sun Jul 22 10:36:31 2007 +0100

    leds: cr_bllcd.c: build fix
    
    Build fix for cr_bllcd.c
    
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Richard Purdie <[EMAIL PROTECTED]>
---
 drivers/video/backlight/cr_bllcd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/backlight/cr_bllcd.c 
b/drivers/video/backlight/cr_bllcd.c
index 3633b6e..5b94567 100644
--- a/drivers/video/backlight/cr_bllcd.c
+++ b/drivers/video/backlight/cr_bllcd.c
@@ -202,7 +202,7 @@ static int cr_backlight_probe(struct platform_device *pdev)
        }
 
        crp->cr_lcd_device = lcd_device_register("cr-lcd",
-                                                       &pdev->dev, NULL
+                                                       &pdev->dev, NULL,
                                                        &cr_lcd_ops);
 
        if (IS_ERR(crp->cr_lcd_device)) {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to