aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zimmermann <[email protected]>2022-11-03 16:14:34 +0100
committerThomas Zimmermann <[email protected]>2022-11-05 17:05:54 +0100
commit7e8c9ef572547f75712ac59a8ac1a394c771c332 (patch)
tree520a2adf347d8a2747e2cb6119a77ec6ae3f9f03
parentc91149417104306eb941ab2d57c0c1e24d39a2fa (diff)
drm/fb-helper: Cleanup include statements in header file
Only include what we have to. Signed-off-by: Thomas Zimmermann <[email protected]> Reviewed-by: Javier Martinez Canillas <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--include/drm/drm_fb_helper.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h
index fddd0d1af689..e92308952289 100644
--- a/include/drm/drm_fb_helper.h
+++ b/include/drm/drm_fb_helper.h
@@ -32,11 +32,9 @@
struct drm_fb_helper;
-#include <drm/drm_client.h>
-#include <drm/drm_crtc.h>
-#include <drm/drm_device.h>
#include <linux/fb.h>
-#include <linux/kgdb.h>
+
+#include <drm/drm_client.h>
enum mode_set_atomic {
LEAVE_ATOMIC_MODE_SET,