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 <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
This commit is contained in:
parent
a63f393dd7
commit
cacadb0633
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@
|
|||
*/
|
||||
#include "priv.h"
|
||||
|
||||
#include "priv.h"
|
||||
#include <core/firmware.h>
|
||||
|
||||
static void *
|
||||
|
|
Loading…
Add table
Reference in a new issue