summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/core/engine
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2013-07-29 23:05:16 (GMT)
committerBen Skeggs <bskeggs@redhat.com>2013-09-04 03:46:19 (GMT)
commitc98b81946827fe04c36bfa6bb376ffa739b0c2d0 (patch)
treea3700deb1aa156b109e80d9cef0193cb7b8893c2 /drivers/gpu/drm/nouveau/core/engine
parentef7d64e5c27bc2587b4a20c9ae04413ce679bd8c (diff)
downloadlinux-fsl-qoriq-c98b81946827fe04c36bfa6bb376ffa739b0c2d0.tar.xz
drm/nouveau: remove duplicate copy of nv44_graph_class
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/core/engine')
-rw-r--r--drivers/gpu/drm/nouveau/core/engine/graph/nv40.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/core/engine/graph/nv40.h b/drivers/gpu/drm/nouveau/core/engine/graph/nv40.h
index 7da35a4..ad82093 100644
--- a/drivers/gpu/drm/nouveau/core/engine/graph/nv40.h
+++ b/drivers/gpu/drm/nouveau/core/engine/graph/nv40.h
@@ -1,6 +1,9 @@
#ifndef __NV40_GRAPH_H__
#define __NV40_GRAPH_H__
+#include <core/device.h>
+#include <core/gpuobj.h>
+
/* returns 1 if device is one of the nv4x using the 0x4497 object class,
* helpful to determine a number of other hardware features
*/