diff options
author | yong yiran <[email protected]> | 2021-08-06 20:20:54 -0700 |
---|---|---|
committer | Karol Herbst <[email protected]> | 2021-10-11 13:06:49 +0200 |
commit | cacadb0633bbd8069d9c3b51b56adb926004fdd8 (patch) | |
tree | 0ec51eb811380127df6db74c9b24a43abdfedc82 | |
parent | a63f393dd7e1ebee707c9dee1d197fdc33d6486b (diff) |
drm/nouveau/nvenc: remove duplicate include in base.c
'priv.h' included in 'base.c' is duplicated.
Remove all but the first include of priv.h from base.c.
Reported-by: Zeal Robot <[email protected]>
Signed-off-by: yong yiran <[email protected]>
Reviewed-by: Karol Herbst <[email protected]>
Signed-off-by: Karol Herbst <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/engine/nvenc/base.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/base.c b/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/base.c index c39e797dc7c9..cf5dcfda7b25 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/base.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/base.c @@ -21,7 +21,6 @@ */ #include "priv.h" -#include "priv.h" #include <core/firmware.h> static void * |