From: Tomi V. <tom...@no...> - 2009-08-05 14:49:05
|
Hi, ext Tony Lindgren wrote: > * Tomi Valkeinen <tom...@no...> [090805 17:19]: >> + >> +static struct omap_dss_device sdp3430_lcd_device = { >> + .name = "lcd", >> + .driver_name = "sharp_ls_panel", >> + .type = OMAP_DISPLAY_TYPE_DPI, >> + .phy.dpi.data_lines = 16, >> + .platform_enable = sdp3430_panel_enable_lcd, >> + .platform_disable = sdp3430_panel_disable_lcd, >> }; > > Please check the formatting of data so they're tabbed. > Do you mean something like: static struct omap_dss_device sdp3430_lcd_device = { .name = "lcd", .driver_name = "sharp_ls_panel", Tomi |