[linux-next] drm/nouveau/fifo: remove duplicated included chid.h

Message ID 202211141135031107049@zte.com.cn
State New
Headers
Series [linux-next] drm/nouveau/fifo: remove duplicated included chid.h |

Commit Message

Yang Yang Nov. 14, 2022, 3:35 a.m. UTC
  From: Xu Panda <xu.panda@zte.com.cn>

The chid.h is included more than once.

Signed-off-by: Xu Panda <xu.panda@zte.com.cn>
Signed-off-by: Yang Yang <yang.yang29@zte.com>
---
 drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c b/drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c
index b7c9d6115bce..b19a3612b62e 100644
--- 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"