[ARM] pxa: update pwm_backlight->notify() to include missed 'struct device *'

Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
This commit is contained in:
Eric Miao
2010-01-04 11:42:01 +08:00
parent 548c6af462
commit 2d51a521e6
9 changed files with 9 additions and 9 deletions

View File

@@ -269,7 +269,7 @@ err:
return ret;
}
static int palmtx_backlight_notify(int brightness)
static int palmtx_backlight_notify(struct device *dev, int brightness)
{
gpio_set_value(GPIO_NR_PALMTX_BL_POWER, brightness);
gpio_set_value(GPIO_NR_PALMTX_LCD_POWER, brightness);