]> git.neil.brown.name Git - history.git/commitdiff
hmt: adjust for new pwm_backlight->notify prototype
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 21 Jan 2010 21:56:58 +0000 (22:56 +0100)
committerBen Dooks <ben-linux@fluff.org>
Fri, 22 Jan 2010 00:58:17 +0000 (09:58 +0900)
Commit cfc38999f (backlight: Pass device through notify callback)
added a struct device argument to the notify callback, but didn't
update the user of it in mach-hmt.c

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c6410/mach-hmt.c

index cdd4b5378552a9a30d699046838d906b87ae4b47..7619456f2ae839bb100c6a41ea1069ee8dfa80f8 100644 (file)
@@ -82,7 +82,7 @@ static int hmt_bl_init(struct device *dev)
        return ret;
 }
 
-static int hmt_bl_notify(int brightness)
+static int hmt_bl_notify(struct device *dev, int brightness)
 {
        /*
         * translate from CIELUV/CIELAB L*->brightness, E.G. from