hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/drm/drm_modeset_helper.h
....@@ -23,7 +23,11 @@
2323 #ifndef __DRM_KMS_HELPER_H__
2424 #define __DRM_KMS_HELPER_H__
2525
26
-#include <drm/drmP.h>
26
+struct drm_crtc;
27
+struct drm_crtc_funcs;
28
+struct drm_device;
29
+struct drm_framebuffer;
30
+struct drm_mode_fb_cmd2;
2731
2832 void drm_helper_move_panel_connectors_to_head(struct drm_device *);
2933