projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb28b3f
)
drm: Don't include <linux/fb.h> in drm_crtc_helper.h
author
Thomas Zimmermann
<tzimmermann@suse.de>
Wed, 11 Jan 2023 13:01:59 +0000
(14:01 +0100)
committer
Thomas Zimmermann
<tzimmermann@suse.de>
Fri, 13 Jan 2023 12:19:13 +0000
(13:19 +0100)
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
include/drm/drm_crtc_helper.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_crtc_helper.h
b/include/drm/drm_crtc_helper.h
index 1840db247f69d51dbea7d1eaa836e8b9ef9cbd21..072bc4f90349ec0d66daccb2354ebb7c3c93bcf1 100644
(file)
--- 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>