video: atmel_lcdfb: pass the pdata as params

so we can use have list gpio as example (probe via DT)

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Esse commit está contido em:
Jean-Christophe PLAGNIOL-VILLARD
2013-03-29 02:05:47 +08:00
commit de Tomi Valkeinen
commit ce3b64f5f1
6 arquivos alterados com 9 adições e 7 exclusões

Ver arquivo

@@ -145,7 +145,7 @@ static struct atmel_lcdfb_pdata __initdata atevklcd10x_lcdc_data = {
};
#endif
static void atevklcd10x_lcdc_power_control(int on)
static void atevklcd10x_lcdc_power_control(struct atmel_lcdfb_pdata *pdata, int on)
{
gpio_set_value(GPIO_PIN_PB(15), on);
}