]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita064f1af30c9bb4ac9950da4251bd62ea79aa084
treeab5ef0e766ad26f5cb90caa11f4092fdbf252d7a
parentdb54d80c096457d0d129786a8d384dc2d43f1c77
OMAP: DSS2: Clean up probe for DSS & DSI

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>
drivers/video/omap2/dss/dsi.c
drivers/video/omap2/dss/dss.c