projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad50295
)
nouveau/dmem: Remove duplicated include in nouveau_dmem.c
author
Yang Li
<yang.lee@linux.alibaba.com>
Mon, 17 Oct 2022 00:07:23 +0000
(08:07 +0800)
committer
Lyude 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_dmem.c
b/drivers/gpu/drm/nouveau/nouveau_dmem.c
index 20fe53815b20f9d5aca35ffe5727debb83e92ff3..789857faa04885842f91188b5a41dae840f04ef1 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_dmem.c
+++ b/
drivers/gpu/drm/nouveau/nouveau_dmem.c
@@
-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>