diff options
author | Hariprasad Kelam <hariprasad.kelam@gmail.com> | 2019-05-26 14:06:25 +0300 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2019-08-23 05:55:31 +0300 |
commit | eb3f4cfa53bca7c17feefa926a365e80844198d6 (patch) | |
tree | ac2a4f167aee4cb758d9ca6150b0ad519c78311c /drivers/gpu/drm/nouveau/nouveau_drv.h | |
parent | c8b3585d4fbdf48b692c14b41dd1d53c329f7592 (diff) | |
download | linux-eb3f4cfa53bca7c17feefa926a365e80844198d6.tar.xz |
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>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h index 62e01919bb5f..cf0d0a416af6 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.h +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h @@ -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; |