summaryrefslogtreecommitdiff
path: root/drm/nouveau/nvkm/subdev
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2015-01-14 14:11:21 +1000
committerBen Skeggs <bskeggs@redhat.com>2015-01-19 15:42:00 +1000
commitc432c4c956668a4878b764901ab31187dd3cf3f9 (patch)
tree7122d1bc3c1c8266d920e3d7e7b6b8e05bf9b946 /drm/nouveau/nvkm/subdev
parentd339db83b993c89c77c6ab85a6139e4bcd330c77 (diff)
downloadnouveau-c432c4c956668a4878b764901ab31187dd3cf3f9.tar.gz
core: namespace + nvidia gpu names (no binary change)
The namespace of NVKM is being changed to nvkm_ instead of nouveau_, which will be used for the DRM part of the driver. This is being done in order to make it very clear as to what part of the driver a given symbol belongs to, and as a minor step towards splitting the DRM driver out to be able to stand on its own (for virt). Because there's already a large amount of churn here anyway, this is as good a time as any to also switch to NVIDIA's device and chipset naming to ease collaboration with them. A comparison of objdump disassemblies proves no code changes. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drm/nouveau/nvkm/subdev')
-rw-r--r--drm/nouveau/nvkm/subdev/gpio/base.c1
-rw-r--r--drm/nouveau/nvkm/subdev/i2c/base.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/drm/nouveau/nvkm/subdev/gpio/base.c b/drm/nouveau/nvkm/subdev/gpio/base.c
index 7ad99b763..98d79298c 100644
--- a/drm/nouveau/nvkm/subdev/gpio/base.c
+++ b/drm/nouveau/nvkm/subdev/gpio/base.c
@@ -22,6 +22,7 @@
* Authors: Ben Skeggs
*/
+#include <core/notify.h>
#include <subdev/bios.h>
#include <subdev/bios/gpio.h>
diff --git a/drm/nouveau/nvkm/subdev/i2c/base.c b/drm/nouveau/nvkm/subdev/i2c/base.c
index d1f06e9aa..bd477cd8a 100644
--- a/drm/nouveau/nvkm/subdev/i2c/base.c
+++ b/drm/nouveau/nvkm/subdev/i2c/base.c
@@ -22,6 +22,7 @@
* Authors: Ben Skeggs
*/
+#include <core/notify.h>
#include <core/option.h>
#include <core/object.h>
#include <core/event.h>