Skip to content

Commit 02f6015

Browse files
robclarkChun-Kuang Hu
authored andcommitted
drm/mediatek: Remove unused GEM DMA header include
No longer needed since the removal of dependency on DMA helper. Signed-off-by: Rob Clark <robdclark@chromium.org> Reported-by: Douglas Anderson <dianders@chromium.org> Reviewed-by: Douglas Anderson <dianders@chromium.org> Link: https://patchwork.kernel.org/project/linux-mediatek/patch/20230127165409.3512501-1-robdclark@gmail.com/ Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
1 parent 36aa8c6 commit 02f6015

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/mediatek/mtk_drm_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
#include <drm/drm_fbdev_generic.h>
2121
#include <drm/drm_fourcc.h>
2222
#include <drm/drm_gem.h>
23-
#include <drm/drm_gem_dma_helper.h>
2423
#include <drm/drm_gem_framebuffer_helper.h>
24+
#include <drm/drm_ioctl.h>
2525
#include <drm/drm_of.h>
2626
#include <drm/drm_probe_helper.h>
2727
#include <drm/drm_vblank.h>

0 commit comments

Comments
 (0)