Commit eb3f4cfa authored by Hariprasad Kelam's avatar Hariprasad Kelam Committed by Ben Skeggs
Browse files

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: default avatarHariprasad Kelam <hariprasad.kelam@gmail.com>
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent c8b3585d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;