diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-01-04 11:42:01 +0800 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-01-04 11:42:01 +0800 |
commit | 2d51a521e64f91e42424b291fcae49d4d3f63d88 (patch) | |
tree | 5f165f10ad8ce9660ee0789b887628dcca1eac21 /arch/arm/mach-pxa/palmtreo.c | |
parent | 548c6af4627f4dcb24512a381193206e09bd6d31 (diff) |
[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/palmtreo.c')
-rw-r--r-- | arch/arm/mach-pxa/palmtreo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/palmtreo.c b/arch/arm/mach-pxa/palmtreo.c index 606eb7e8a17..b433bb49671 100644 --- a/arch/arm/mach-pxa/palmtreo.c +++ b/arch/arm/mach-pxa/palmtreo.c @@ -375,7 +375,7 @@ err: return ret; } -static int treo_backlight_notify(int brightness) +static int treo_backlight_notify(struct device *dev, int brightness) { gpio_set_value(GPIO_NR_TREO_BL_POWER, brightness); return TREO_MAX_INTENSITY - brightness; |