kernel/include/drm/drm_modeset_helper.h
.. .. @@ -23,7 +23,11 @@ 23 23 #ifndef __DRM_KMS_HELPER_H__ 24 24 #define __DRM_KMS_HELPER_H__ 25 25 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;27 31 28 32 void drm_helper_move_panel_connectors_to_head(struct drm_device *); 29 33