drm/qxl: drop ttm_page_alloc.h include
authorChristian König <christian.koenig@amd.com>
Sat, 24 Oct 2020 11:15:35 +0000 (13:15 +0200)
committerChristian König <christian.koenig@amd.com>
Thu, 29 Oct 2020 14:57:36 +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/397084/?series=83051&rev=1
drivers/gpu/drm/qxl/qxl_ttm.c

index d8ecfb8..a80d596 100644 (file)
@@ -32,7 +32,6 @@
 #include <drm/ttm/ttm_bo_api.h>
 #include <drm/ttm/ttm_bo_driver.h>
 #include <drm/ttm/ttm_module.h>
-#include <drm/ttm/ttm_page_alloc.h>
 #include <drm/ttm/ttm_placement.h>
 
 #include "qxl_drv.h"