projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8b3585
)
drm/nouveau: fix nvif/device.h is included more than once
author
Hariprasad Kelam
<hariprasad.kelam@gmail.com>
Sun, 26 May 2019 11:06:25 +0000
(16:36 +0530)
committer
Ben Skeggs
<bskeggs@redhat.com>
Fri, 23 Aug 2019 02:55:31 +0000
(12:55 +1000)
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>
drivers/gpu/drm/nouveau/nouveau_drv.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_drv.h
b/drivers/gpu/drm/nouveau/nouveau_drv.h
index 62e01919bb5fc8726c038890b97c2d3c9c772628..cf0d0a416af6bf356a6359bebfab60e7991fd2df 100644
(file)
--- 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;