summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc_helper.h
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2023-01-11 14:01:59 +0100
committerThomas Zimmermann <tzimmermann@suse.de>2023-01-13 13:19:13 +0100
commit56cf400f8ebb8dbbd2a29fbdf5f4ac4a924a726a (patch)
treed3ec1a46bb2c71b062b3af22d12b008172449fc6 /include/drm/drm_crtc_helper.h
parentfb28b3f0ecb2393307e5618adb331be5e0f44006 (diff)
downloadlinux-56cf400f8ebb8dbbd2a29fbdf5f4ac4a924a726a.tar.gz
linux-56cf400f8ebb8dbbd2a29fbdf5f4ac4a924a726a.tar.bz2
linux-56cf400f8ebb8dbbd2a29fbdf5f4ac4a924a726a.zip
drm: Don't include <linux/fb.h> in drm_crtc_helper.h
Including <linux/fb.h> in drm_crtc_helper.h is not required. Remove the include statement and avoid rebuilding DRM whenever the fbdev header changes. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Acked-by: Maxime Ripard <maxime@cerno.tech> Link: https://patchwork.freedesktop.org/patch/msgid/20230111130206.29974-4-tzimmermann@suse.de
Diffstat (limited to 'include/drm/drm_crtc_helper.h')
-rw-r--r--include/drm/drm_crtc_helper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drm_crtc_helper.h b/include/drm/drm_crtc_helper.h
index 1840db247f69..072bc4f90349 100644
--- a/include/drm/drm_crtc_helper.h
+++ b/include/drm/drm_crtc_helper.h
@@ -37,8 +37,6 @@
#include <linux/types.h>
#include <linux/idr.h>
-#include <linux/fb.h>
-
#include <drm/drm_crtc.h>
#include <drm/drm_modeset_helper_vtables.h>
#include <drm/drm_modeset_helper.h>