OMAPDSS: DISPC: Remove a redundant function
authorArchit Taneja <archit@ti.com>
Fri, 29 Jun 2012 09:11:30 +0000 (14:41 +0530)
committerArchit Taneja <archit@ti.com>
Fri, 29 Jun 2012 10:57:58 +0000 (16:27 +0530)
dss_mgr_is_lcd() available in dss.h does the same thing as dispc_mgr_is_lcd()
in dispc.c. Remove the function from dispc.c and replace it with the one in
dss.h.

Signed-off-by: Archit Taneja <archit@ti.com>

No differences found