From eb3f4cfa53bca7c17feefa926a365e80844198d6 Mon Sep 17 00:00:00 2001 From: Hariprasad Kelam Date: Sun, 26 May 2019 16:36:25 +0530 Subject: [PATCH] drm/nouveau: fix nvif/device.h is included more than once remove duplicate inclusion of nvif/device.h Issue identified by includecheck Signed-off-by: Hariprasad Kelam Signed-off-by: Ben Skeggs --- drivers/gpu/drm/nouveau/nouveau_drv.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h index 62e0191..cf0d0a4 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.h +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h @@ -130,7 +130,6 @@ nouveau_cli(struct drm_file *fpriv) } #include -#include struct nouveau_drm { struct nouveau_cli master; -- 2.7.4