diff options
| author | Thomas Zimmermann <[email protected]> | 2022-07-20 08:30:55 +0000 |
|---|---|---|
| committer | Thomas Zimmermann <[email protected]> | 2022-07-26 16:42:04 +0000 |
| commit | 254e5e8829a97bdbaf86b83ef704ac45a30c3867 (patch) | |
| tree | 95bb912824f8b728d0f36c8a81b2baaca6525198 /drivers/gpu/drm/imx/imx-drm-core.c | |
| parent | drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALING (diff) | |
| download | kernel-254e5e8829a97bdbaf86b83ef704ac45a30c3867.tar.gz kernel-254e5e8829a97bdbaf86b83ef704ac45a30c3867.zip | |
drm: Remove unnecessary include statements of drm_plane_helper.h
Remove the include statement for drm_plane_helper.h from all the files
that don't need it. Althogh the header file is almost empty, many drivers
include it somewhere.
Signed-off-by: Thomas Zimmermann <[email protected]>
Reviewed-by: Sam Ravnborg <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/imx/imx-drm-core.c')
| -rw-r--r-- | drivers/gpu/drm/imx/imx-drm-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/imx/imx-drm-core.c b/drivers/gpu/drm/imx/imx-drm-core.c index a57812ec36b1..50fd7aac5198 100644 --- a/drivers/gpu/drm/imx/imx-drm-core.c +++ b/drivers/gpu/drm/imx/imx-drm-core.c @@ -22,7 +22,6 @@ #include <drm/drm_gem_framebuffer_helper.h> #include <drm/drm_managed.h> #include <drm/drm_of.h> -#include <drm/drm_plane_helper.h> #include <drm/drm_probe_helper.h> #include <drm/drm_vblank.h> |
