Commit cacadb06 authored by yong yiran's avatar yong yiran Committed by Karol Herbst

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: default avatarZeal Robot <zealci@zte.com.cn>
Signed-off-by: default avataryong yiran <yong.yiran@zte.com.cn>
Reviewed-by: default avatarKarol Herbst <kherbst@redhat.com>
Signed-off-by: default avatarKarol Herbst <kherbst@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210807032054.642867-1-yong.yiran@zte.com.cn
parent a63f393d
......@@ -21,7 +21,6 @@
*/
#include "priv.h"
#include "priv.h"
#include <core/firmware.h>
static void *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment