From: Christian König Date: Sat, 24 Oct 2020 11:15:35 +0000 (+0200) Subject: drm/qxl: drop ttm_page_alloc.h include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f9b2c9e361f661763151078e9d8aa0cd3bbc25d4;p=linux.git drm/qxl: drop ttm_page_alloc.h include Not needed as far as I can see. Signed-off-by: Christian König Reviewed-by: Dave Airlie Reviewed-by: Madhav Chauhan Tested-by: Huang Rui Link: https://patchwork.freedesktop.org/patch/397084/?series=83051&rev=1 --- diff --git a/drivers/gpu/drm/qxl/qxl_ttm.c b/drivers/gpu/drm/qxl/qxl_ttm.c index d8ecfb8b31937..a80d596341437 100644 --- a/drivers/gpu/drm/qxl/qxl_ttm.c +++ b/drivers/gpu/drm/qxl/qxl_ttm.c @@ -32,7 +32,6 @@ #include #include #include -#include #include #include "qxl_drv.h"