summaryrefslogtreecommitdiff
path: root/drm/nouveau/include/nvif/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'drm/nouveau/include/nvif/object.h')
-rw-r--r--drm/nouveau/include/nvif/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drm/nouveau/include/nvif/object.h b/drm/nouveau/include/nvif/object.h
index d47f5693c..04c874707 100644
--- a/drm/nouveau/include/nvif/object.h
+++ b/drm/nouveau/include/nvif/object.h
@@ -70,6 +70,6 @@ void nvif_object_unmap(struct nvif_object *);
/*XXX*/
#include <core/object.h>
-#define nvxx_object(a) ((struct nouveau_object *)nvif_object(a)->priv)
+#define nvxx_object(a) ((struct nvkm_object *)nvif_object(a)->priv)
#endif