mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-01 08:04:22 +08:00
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>
This commit is contained in:
parent
98cd5796b3
commit
f2d580a1b0
@ -1270,7 +1270,6 @@ void dispc_ovl_set_fifo_threshold(enum omap_plane plane, u32 low, u32 high)
|
|||||||
plane != OMAP_DSS_WB)
|
plane != OMAP_DSS_WB)
|
||||||
dispc_write_reg(DISPC_OVL_PRELOAD(plane), min(high, 0xfffu));
|
dispc_write_reg(DISPC_OVL_PRELOAD(plane), min(high, 0xfffu));
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(dispc_ovl_set_fifo_threshold);
|
|
||||||
|
|
||||||
void dispc_enable_fifomerge(bool enable)
|
void dispc_enable_fifomerge(bool enable)
|
||||||
{
|
{
|
||||||
@ -1329,7 +1328,6 @@ void dispc_ovl_compute_fifo_thresholds(enum omap_plane plane,
|
|||||||
*fifo_high = total_fifo_size - buf_unit;
|
*fifo_high = total_fifo_size - buf_unit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(dispc_ovl_compute_fifo_thresholds);
|
|
||||||
|
|
||||||
static void dispc_ovl_set_mflag(enum omap_plane plane, bool enable)
|
static void dispc_ovl_set_mflag(enum omap_plane plane, bool enable)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user