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:
Hariprasad Kelam 2019-05-26 16:36:25 +05:30 committed by Ben Skeggs
parent c8b3585d4f
commit eb3f4cfa53
1 changed files with 0 additions and 1 deletions

View File

@ -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;