summaryrefslogtreecommitdiff
path: root/nvkm/include/core/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'nvkm/include/core/client.h')
-rw-r--r--nvkm/include/core/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvkm/include/core/client.h b/nvkm/include/core/client.h
index b0ce9f668..827c4e972 100644
--- a/nvkm/include/core/client.h
+++ b/nvkm/include/core/client.h
@@ -4,7 +4,7 @@
#include <core/namedb.h>
struct nouveau_client {
- struct nouveau_namedb base;
+ struct nouveau_namedb namedb;
struct nouveau_handle *root;
struct nouveau_object *device;
char name[32];