Hi,

ext Tony Lindgren wrote:
* Tomi Valkeinen <[email protected]> [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
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to