mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] video: ipuv3: drop unused drm_ forward declarations
@ 2025-05-06  6:22 Ahmad Fatoum
  2025-05-06  6:22 ` [PATCH 2/2] video: Rockchip: drop unused declarations Ahmad Fatoum
  2025-05-06  7:23 ` [PATCH 1/2] video: ipuv3: drop unused drm_ forward declarations Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Ahmad Fatoum @ 2025-05-06  6:22 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

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

Signed-off-by: Ahmad Fatoum <a.fatoum@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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-05-06  7:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-06  6:22 [PATCH 1/2] video: ipuv3: drop unused drm_ forward declarations Ahmad Fatoum
2025-05-06  6:22 ` [PATCH 2/2] video: Rockchip: drop unused declarations Ahmad Fatoum
2025-05-06  7:23 ` [PATCH 1/2] video: ipuv3: drop unused drm_ forward declarations Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox