drm/imx: ipuv3-plane: Remove two unnecessary export symbols
authorLiu Ying <victor.liu@nxp.com>
Fri, 26 Mar 2021 03:15:09 +0000 (11:15 +0800)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 10 May 2021 14:40:06 +0000 (16:40 +0200)
commit11e3c676683c340966b9467da7d09080e522e181
tree9305fd4ba9825fc6f23620c54b9e9695518a6c1f
parent94dfec48fca756cef90263a03e81f24dae24a5c6
drm/imx: ipuv3-plane: Remove two unnecessary export symbols

The ipu_plane_disable_deferred() and ipu_planes_assign_pre() functions have
not been used by any other modules but only imxdrm itself internally since
imxdrm and imx-ipuv3-crtc were merged in one module. So, this patch removes
export symbols for the two functions.

Fixes: 3d1df96ad468 (drm/imx: merge imx-drm-core and ipuv3-crtc in one module)
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/ipuv3-plane.c