Skip to content

Commit 11e3c67

Browse files
Liu YingpH5
authored andcommitted
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: 3d1df96 (drm/imx: merge imx-drm-core and ipuv3-crtc in one module) Signed-off-by: Liu Ying <[email protected]> Signed-off-by: Philipp Zabel <[email protected]>
1 parent 94dfec4 commit 11e3c67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/gpu/drm/imx/ipuv3-plane.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ void ipu_plane_disable_deferred(struct drm_plane *plane)
294294
ipu_plane_disable(ipu_plane, false);
295295
}
296296
}
297-
EXPORT_SYMBOL_GPL(ipu_plane_disable_deferred);
298297

299298
static void ipu_plane_state_reset(struct drm_plane *plane)
300299
{
@@ -857,7 +856,6 @@ int ipu_planes_assign_pre(struct drm_device *dev,
857856

858857
return 0;
859858
}
860-
EXPORT_SYMBOL_GPL(ipu_planes_assign_pre);
861859

862860
struct ipu_plane *ipu_plane_init(struct drm_device *dev, struct ipu_soc *ipu,
863861
int dma, int dp, unsigned int possible_crtcs,

0 commit comments

Comments
 (0)