nouveau/dmem: Remove duplicated include in nouveau_dmem.c
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 17 Oct 2022 00:07:23 +0000 (08:07 +0800)
committerLyude Paul <lyude@redhat.com>
Fri, 21 Oct 2022 21:13:17 +0000 (17:13 -0400)
./drivers/gpu/drm/nouveau/nouveau_dmem.c: nvif/if000c.h is included more
than once.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2404
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221017000723.113744-1-yang.lee@linux.alibaba.com
drivers/gpu/drm/nouveau/nouveau_dmem.c

index 20fe538..789857f 100644 (file)
@@ -33,7 +33,6 @@
 #include <nvif/if000c.h>
 #include <nvif/if500b.h>
 #include <nvif/if900b.h>
-#include <nvif/if000c.h>
 
 #include <nvhw/class/cla0b5.h>