forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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