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)
commitdd88b7a67736db931041009886ba5204cdf3de16
tree6468fdde6d3dc0caddf7a43557018900695ea77f
parent75bac5d1a2776d61a64d75fd19092dff724016a0
OMAPDSS: DISPC: Remove a redundant function

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