diff options
| author | Hariprasad Kelam <[email protected]> | 2019-05-26 16:36:25 +0530 |
|---|---|---|
| committer | Ben Skeggs <[email protected]> | 2019-08-23 12:55:31 +1000 |
| commit | eb3f4cfa53bca7c17feefa926a365e80844198d6 (patch) | |
| tree | ac2a4f167aee4cb758d9ca6150b0ad519c78311c | |
| parent | c8b3585d4fbdf48b692c14b41dd1d53c329f7592 (diff) | |
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 <[email protected]>
Signed-off-by: Ben Skeggs <[email protected]>
| -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; |