aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drm.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-08-10 04:10:23 +1000
committerBen Skeggs <bskeggs@redhat.com>2014-08-10 05:13:16 +1000
commitfdb751ef2bbc78314d1e01d3425cfacfb19b9f86 (patch)
treef80b3344ff1a1fbf5d19a49a9d60bd407d653c7c /drivers/gpu/drm/nouveau/nouveau_drm.h
parentdrm/nouveau: remove (most) hardcoded object handle usage (diff)
downloadlinux-dev-fdb751ef2bbc78314d1e01d3425cfacfb19b9f86.tar.xz
linux-dev-fdb751ef2bbc78314d1e01d3425cfacfb19b9f86.zip
drm/nouveau: remove as much direct use of core headers as possible
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drm.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drm.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.h b/drivers/gpu/drm/nouveau/nouveau_drm.h
index a29fd210e4c6..1fe401a898da 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drm.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drm.h
@@ -25,13 +25,10 @@
* - fixes multiple bugs in flip completion events and timestamping
*/
-#include <core/client.h>
-#include <core/event.h>
-
#include <nvif/client.h>
#include <nvif/device.h>
-#include <subdev/vm.h>
+#include <core/class.h>
#include <drmP.h>
#include <drm/nouveau_drm.h>