summaryrefslogtreecommitdiff
path: root/lib/main.c
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 /lib/main.c
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 'lib/main.c')
-rw-r--r--lib/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/main.c b/lib/main.c
index d18bd95fb..25fa8d9ab 100644
--- a/lib/main.c
+++ b/lib/main.c
@@ -33,7 +33,6 @@
#include <core/handle.h>
#include <core/client.h>
#include <core/device.h>
-#include <core/intr.h>
#include <core/ioctl.h>
#include <core/event.h>