summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/viper.c
diff options
context:
space:
mode:
authorEric Miao <eric.y.miao@gmail.com>2010-01-04 04:42:01 +0100
committerEric Miao <eric.y.miao@gmail.com>2010-01-04 04:42:01 +0100
commit2d51a521e64f91e42424b291fcae49d4d3f63d88 (patch)
tree5f165f10ad8ce9660ee0789b887628dcca1eac21 /arch/arm/mach-pxa/viper.c
parent[ARM] pxa: enable L2 if present in XSC3 (diff)
downloadlinux-2d51a521e64f91e42424b291fcae49d4d3f63d88.tar.xz
linux-2d51a521e64f91e42424b291fcae49d4d3f63d88.zip
[ARM] pxa: update pwm_backlight->notify() to include missed 'struct device *'
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/viper.c')
-rw-r--r--arch/arm/mach-pxa/viper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/viper.c b/arch/arm/mach-pxa/viper.c
index 5352b4e5a7dd..89f258c9e126 100644
--- a/arch/arm/mach-pxa/viper.c
+++ b/arch/arm/mach-pxa/viper.c
@@ -379,7 +379,7 @@ err_request_bckl:
return ret;
}
-static int viper_backlight_notify(int brightness)
+static int viper_backlight_notify(struct device *dev, int brightness)
{
gpio_set_value(VIPER_LCD_EN_GPIO, !!brightness);
gpio_set_value(VIPER_BCKLIGHT_EN_GPIO, !!brightness);