diff options
| author | Ville Syrjälä <[email protected]> | 2022-06-13 20:03:12 +0000 |
|---|---|---|
| committer | Ville Syrjälä <[email protected]> | 2022-06-20 20:53:55 +0000 |
| commit | 90bb087f66745ca48f6f5e43df99a1212d89e712 (patch) | |
| tree | 5f104f2552d3833edb0023179da4191cb6db5b8b /drivers/gpu/drm/omapdrm/omap_fb.c | |
| parent | drm: Drop drm_framebuffer.h from drm_crtc.h (diff) | |
| download | kernel-90bb087f66745ca48f6f5e43df99a1212d89e712.tar.gz kernel-90bb087f66745ca48f6f5e43df99a1212d89e712.zip | |
drm: Drop drm_blend.h from drm_crtc.h
drm_crtc.h has no need for drm_blend.h, so don't include it.
Avoids useless rebuilds of the entire universe when
touching drm_blend.h.
Quite a few placs do currently depend on drm_blend.h without
actually including it directly. All of those need to be fixed
up.
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Acked-by: Sam Ravnborg <[email protected]>
Acked-by: Jani Nikula <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_fb.c')
| -rw-r--r-- | drivers/gpu/drm/omapdrm/omap_fb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_fb.c b/drivers/gpu/drm/omapdrm/omap_fb.c index 0c4a17347fdc..1d414b33fee3 100644 --- a/drivers/gpu/drm/omapdrm/omap_fb.c +++ b/drivers/gpu/drm/omapdrm/omap_fb.c @@ -6,6 +6,7 @@ #include <linux/dma-mapping.h> +#include <drm/drm_blend.h> #include <drm/drm_modeset_helper.h> #include <drm/drm_fourcc.h> #include <drm/drm_framebuffer.h> |
