]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
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>
Thu, 1 Apr 2021 10:48:49 +0000 (12:48 +0200)
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

index f18243d99480f94aa8fd5fa6307915d224f144e3..26f2cc8321015210f5985323fb28151095fcfacc 100644 (file)
@@ -294,7 +294,6 @@ void ipu_plane_disable_deferred(struct drm_plane *plane)
                ipu_plane_disable(ipu_plane, false);
        }
 }
-EXPORT_SYMBOL_GPL(ipu_plane_disable_deferred);
 
 static void ipu_plane_state_reset(struct drm_plane *plane)
 {
@@ -849,7 +848,6 @@ int ipu_planes_assign_pre(struct drm_device *dev,
 
        return 0;
 }
-EXPORT_SYMBOL_GPL(ipu_planes_assign_pre);
 
 struct ipu_plane *ipu_plane_init(struct drm_device *dev, struct ipu_soc *ipu,
                                 int dma, int dp, unsigned int possible_crtcs,