OMAP: DSS2: Clean up probe for DSS & DSI
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 16 May 2011 10:52:51 +0000 (13:52 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 25 Jul 2011 07:08:13 +0000 (10:08 +0300)
Both dss.c and dsi.c had a probe function, which was almost a dummy one,
calling dss_init() and dsi_init().

Remove the init functions by moving the initialization code into probe
functions.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found