summaryrefslogtreecommitdiff
path: root/nvkm/include/core/subdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'nvkm/include/core/subdev.h')
-rw-r--r--nvkm/include/core/subdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvkm/include/core/subdev.h b/nvkm/include/core/subdev.h
index e9632e931..c24d64ba9 100644
--- a/nvkm/include/core/subdev.h
+++ b/nvkm/include/core/subdev.h
@@ -7,7 +7,7 @@
#define NV_SUBDEV(name,var) NV_SUBDEV_(NVDEV_SUBDEV_##name, (var))
struct nouveau_subdev {
- struct nouveau_object base;
+ struct nouveau_object object;
struct mutex mutex;
const char *name;
void __iomem *mmio;