drm/vram_helpers: drop ttm_page_alloc.h include
authorChristian König <christian.koenig@amd.com>
Sat, 24 Oct 2020 11:16:59 +0000 (13:16 +0200)
committerChristian König <christian.koenig@amd.com>
Thu, 29 Oct 2020 14:57:47 +0000 (15:57 +0100)
Not needed as far as I can see.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Madhav Chauhan <madhav.chauhan@amd.com>
Tested-by: Huang Rui <ray.huang@amd.com>
Link: https://patchwork.freedesktop.org/patch/397085/?series=83051&rev=1
drivers/gpu/drm/drm_gem_vram_helper.c

index 683762b..16d68c0 100644 (file)
@@ -15,7 +15,6 @@
 #include <drm/drm_plane.h>
 #include <drm/drm_prime.h>
 #include <drm/drm_simple_kms_helper.h>
-#include <drm/ttm/ttm_page_alloc.h>
 
 static const struct drm_gem_object_funcs drm_gem_vram_object_funcs;