projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c68943
)
drm/nouveau/fifo: Remove duplicated include in chan.c
author
Yang Li
<yang.lee@linux.alibaba.com>
Wed, 22 Nov 2023 00:49:26 +0000
(08:49 +0800)
committer
Lyude Paul
<lyude@redhat.com>
Wed, 22 Nov 2023 20:41:13 +0000
(15:41 -0500)
./drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c: chid.h is included more than once.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7603
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/20231122004926.84933-1-yang.lee@linux.alibaba.com
drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c
b/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c
index 87a62d4ff4bda45ee532b0598bbe99b247566879..7d4716dcd51299e62aa3ae0d48cbaade88c981be 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c
+++ b/
drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c
@@
-24,7
+24,6
@@
#include "chan.h"
#include "chid.h"
#include "cgrp.h"
-#include "chid.h"
#include "runl.h"
#include "priv.h"