summaryrefslogtreecommitdiff
path: root/nvkm/subdev/bar/nvc0.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2013-12-23 01:51:16 +1000
committerBen Skeggs <bskeggs@redhat.com>2014-01-23 13:10:55 +1000
commit9b3a67f5cb0f920a3cedbbeb8d1a131656e5b2e6 (patch)
tree05597f4478b4d1a8c932f51e9f64e09fc66884f9 /nvkm/subdev/bar/nvc0.c
parentf0bbf6cab84c694b4c9371c635978307dad539aa (diff)
downloadnouveau-9b3a67f5cb0f920a3cedbbeb8d1a131656e5b2e6.tar.gz
bar: tidy up the subdev and object class definitions
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'nvkm/subdev/bar/nvc0.c')
-rw-r--r--nvkm/subdev/bar/nvc0.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nvkm/subdev/bar/nvc0.c b/nvkm/subdev/bar/nvc0.c
index b2ec7411e..bac5e754d 100644
--- a/nvkm/subdev/bar/nvc0.c
+++ b/nvkm/subdev/bar/nvc0.c
@@ -25,10 +25,11 @@
#include <core/gpuobj.h>
#include <subdev/timer.h>
-#include <subdev/bar.h>
#include <subdev/fb.h>
#include <subdev/vm.h>
+#include "priv.h"
+
struct nvc0_bar_priv {
struct nouveau_bar base;
spinlock_t lock;