[PATCH 1/2] video: ipuv3: drop unused drm_ forward declarations

Ahmad Fatoum a.fatoum at pengutronix.de
Mon May 5 23:22:18 PDT 2025


None of these types are actually used, so drop their forward
declaration.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 drivers/video/imx-ipu-v3/ipuv3-plane.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/video/imx-ipu-v3/ipuv3-plane.h b/drivers/video/imx-ipu-v3/ipuv3-plane.h
index cade98e3e96b..af8c13376cfd 100644
--- a/drivers/video/imx-ipu-v3/ipuv3-plane.h
+++ b/drivers/video/imx-ipu-v3/ipuv3-plane.h
@@ -2,11 +2,7 @@
 #ifndef __IPUV3_PLANE_H__
 #define __IPUV3_PLANE_H__
 
-struct drm_plane;
-struct drm_device;
 struct ipu_soc;
-struct drm_crtc;
-struct drm_framebuffer;
 
 struct ipuv3_channel;
 struct dmfc_channel;
-- 
2.39.5




More information about the barebox mailing list