OMAPDSS: remove extra EXPORT_SYMBOLs
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 4 Nov 2015 15:10:55 +0000 (17:10 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 29 Dec 2015 09:06:28 +0000 (11:06 +0200)
commitf2d580a1b0f3c10c57fd89cd2e7389a4fa9b94f3
treef820f02bfc4e3f6830eca6acf72eda882cc4cac2
parent98cd5796b37074fb6542b1c4042c2fd3862a6f77
OMAPDSS: remove extra EXPORT_SYMBOLs

The functions dispc_ovl_set_fifo_threshold and
dispc_ovl_compute_fifo_thresholds are exported, but not declared in
public headers, and thus are not used outside omapdss. So we can remove
the EXPORT_SYMBOL()s.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/video/fbdev/omap2/dss/dispc.c