* Tomi Valkeinen <tomi.valkeinen@xxxxxxxxx> [090805 17:19]: > Signed-off-by: Tomi Valkeinen <tomi.valkeinen@xxxxxxxxx> > --- > arch/arm/configs/overo_defconfig | 265 ++++++++----------------------------- > arch/arm/mach-omap2/board-overo.c | 149 +++++++++++++++++++-- > 2 files changed, 196 insertions(+), 218 deletions(-) > <snip snip> > +static struct omap_dss_device overo_dvi_device = { > + .type = OMAP_DISPLAY_TYPE_DPI, > + .name = "dvi", > + .driver_name = "generic_panel", > + .phy.dpi.data_lines = 24, > + .platform_enable = overo_panel_enable_dvi, > + .platform_disable = overo_panel_disable_dvi, > +}; ... Please check the tabbing here too. Other than that: Acked-by: Tony Lindgren <tony@xxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html