Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/imx: ipuv3-plane: Include "imx-drm.h" header file

ipu_planes_assign_pre() prototype is in "imx-drm.h" header file, so
include it to fix the following sparse warning:

drivers/gpu/drm/imx/ipuv3-plane.c:729:5: warning: symbol 'ipu_planes_assign_pre' was not declared. Should it be static?

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

authored by

Fabio Estevam and committed by
Philipp Zabel
a71d3241 2ead44a5

+1
+1
drivers/gpu/drm/imx/ipuv3-plane.c
··· 22 22 #include <drm/drm_plane_helper.h> 23 23 24 24 #include "video/imx-ipu-v3.h" 25 + #include "imx-drm.h" 25 26 #include "ipuv3-plane.h" 26 27 27 28 struct ipu_plane_state {