From d61dd248ddadf85b3222b3f63c3d268fcc24beb4 Mon Sep 17 00:00:00 2001 From: Qiang Yu Date: Thu, 10 Oct 2019 22:01:50 +0800 Subject: drm/lima: use drm_gem_shmem_helpers Do not need to maintain our own shmem memory management code as drm_gem_shmem_helpers provides it. And we can also benifit from the work of others with shared code. This is also a preparation for implementing buffer madv. Reviewed-by: Vasily Khoruzhick Signed-off-by: Qiang Yu Link: https://patchwork.freedesktop.org/patch/msgid/20191010140152.17747-2-yuq825@gmail.com --- drivers/gpu/drm/lima/lima_mmu.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/gpu/drm/lima/lima_mmu.c') diff --git a/drivers/gpu/drm/lima/lima_mmu.c b/drivers/gpu/drm/lima/lima_mmu.c index 8e1651d6a61f..97ec09dee572 100644 --- a/drivers/gpu/drm/lima/lima_mmu.c +++ b/drivers/gpu/drm/lima/lima_mmu.c @@ -8,7 +8,6 @@ #include "lima_device.h" #include "lima_mmu.h" #include "lima_vm.h" -#include "lima_object.h" #include "lima_regs.h" #define mmu_write(reg, data) writel(data, ip->iomem + reg) -- cgit v1.2.3