Skip to content

Commit

Permalink
drm/nouveau/nvenc: remove duplicate include in base.c
Browse files Browse the repository at this point in the history
'priv.h' included in 'base.c' is duplicated.
Remove all but the first include of priv.h from base.c.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: yong yiran <yong.yiran@zte.com.cn>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210807032054.642867-1-yong.yiran@zte.com.cn
  • Loading branch information
yong yiran authored and Karol Herbst committed Oct 11, 2021
1 parent a63f393 commit cacadb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/nouveau/nvkm/engine/nvenc/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*/
#include "priv.h"

#include "priv.h"
#include <core/firmware.h>

static void *
Expand Down

0 comments on commit cacadb0

Please sign in to comment.