mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 10:12:16 +09:00
drm/nouveau: fix nvif/device.h is included more than once
remove duplicate inclusion of nvif/device.h Issue identified by includecheck Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
committed by
Ben Skeggs
parent
c8b3585d4f
commit
eb3f4cfa53
@@ -130,7 +130,6 @@ nouveau_cli(struct drm_file *fpriv)
|
||||
}
|
||||
|
||||
#include <nvif/object.h>
|
||||
#include <nvif/device.h>
|
||||
|
||||
struct nouveau_drm {
|
||||
struct nouveau_cli master;
|
||||
|
||||
Reference in New Issue
Block a user