From cf4ce59b3b70238352c7f1729f0f7223214828ad Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 20 Sep 2024 01:46:19 +0000 Subject: [PATCH] rtl88x2CE_WiFi_linux add concurrent mode --- kernel/include/drm/drm_modeset_helper.h | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/kernel/include/drm/drm_modeset_helper.h b/kernel/include/drm/drm_modeset_helper.h index efa337f..995fd98 100644 --- a/kernel/include/drm/drm_modeset_helper.h +++ b/kernel/include/drm/drm_modeset_helper.h @@ -23,7 +23,11 @@ #ifndef __DRM_KMS_HELPER_H__ #define __DRM_KMS_HELPER_H__ -#include <drm/drmP.h> +struct drm_crtc; +struct drm_crtc_funcs; +struct drm_device; +struct drm_framebuffer; +struct drm_mode_fb_cmd2; void drm_helper_move_panel_connectors_to_head(struct drm_device *); -- Gitblit v1.6.2