|
@@ -389,7 +389,7 @@ static struct fb_monspecs at91fb_default_stn_monspecs = {
|
|
|
| ATMEL_LCDC_IFWIDTH_4 \
|
|
|
| ATMEL_LCDC_SCANMOD_SINGLE)
|
|
|
|
|
|
-static void at91_lcdc_stn_power_control(int on)
|
|
|
+static void at91_lcdc_stn_power_control(struct atmel_lcdfb_pdata *pdata, int on)
|
|
|
{
|
|
|
/* backlight */
|
|
|
if (on) { /* power up */
|
|
@@ -445,7 +445,7 @@ static struct fb_monspecs at91fb_default_tft_monspecs = {
|
|
|
| ATMEL_LCDC_DISTYPE_TFT \
|
|
|
| ATMEL_LCDC_CLKMOD_ALWAYSACTIVE)
|
|
|
|
|
|
-static void at91_lcdc_tft_power_control(int on)
|
|
|
+static void at91_lcdc_tft_power_control(struct atmel_lcdfb_pdata *pdata, int on)
|
|
|
{
|
|
|
if (on)
|
|
|
at91_set_gpio_value(AT91_PIN_PA12, 0); /* power up */
|