summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-08-10 04:10:27 +1000
committerBen Skeggs <bskeggs@redhat.com>2014-08-10 05:26:58 +1000
commit9d3ef17382c225075bd0c28e4bf7c7995dede9b7 (patch)
treeeeb0aa9693f7adab44ed9cc73ad3a70ca25aceb5 /bin
parentef953eed1f442560e7a03fe23d9c0fb79d254e6b (diff)
disp: audit and version display classes
The full object interfaces are about to be exposed to userspace, so we need to check for any security-related issues and version the structs to make it easier to handle any changes we may need in the future. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/nv_aux.c1
-rw-r--r--bin/nv_i2c.c1
-rw-r--r--bin/nv_init.c1
-rw-r--r--bin/nv_rdfuc.c1
-rw-r--r--bin/nv_rdfunc.h1
-rw-r--r--bin/nv_wrfunc.h1
6 files changed, 0 insertions, 6 deletions
diff --git a/bin/nv_aux.c b/bin/nv_aux.c
index 4abc45cb..e374d05f 100644
--- a/bin/nv_aux.c
+++ b/bin/nv_aux.c
@@ -5,7 +5,6 @@
#include <nvif/client.h>
#include <nvif/device.h>
#include <nvif/class.h>
-#include <core/class.h>
static void
print_chan(struct nouveau_i2c_port *chan)
diff --git a/bin/nv_i2c.c b/bin/nv_i2c.c
index b098fb11..05d41628 100644
--- a/bin/nv_i2c.c
+++ b/bin/nv_i2c.c
@@ -5,7 +5,6 @@
#include <nvif/client.h>
#include <nvif/device.h>
#include <nvif/class.h>
-#include <core/class.h>
static void
print_port(struct nouveau_i2c_port *port)
diff --git a/bin/nv_init.c b/bin/nv_init.c
index 8354f970..1d921f07 100644
--- a/bin/nv_init.c
+++ b/bin/nv_init.c
@@ -6,7 +6,6 @@
#include <nvif/driver.h>
#include <nvif/device.h>
#include <nvif/class.h>
-#include <core/class.h>
int
main(int argc, char **argv)
diff --git a/bin/nv_rdfuc.c b/bin/nv_rdfuc.c
index 27d4cb2e..86b1de15 100644
--- a/bin/nv_rdfuc.c
+++ b/bin/nv_rdfuc.c
@@ -5,7 +5,6 @@
#include <nvif/client.h>
#include <nvif/device.h>
#include <nvif/class.h>
-#include <core/class.h>
int
main(int argc, char **argv)
diff --git a/bin/nv_rdfunc.h b/bin/nv_rdfunc.h
index 4dc77243..b2f441e4 100644
--- a/bin/nv_rdfunc.h
+++ b/bin/nv_rdfunc.h
@@ -5,7 +5,6 @@
#include <nvif/client.h>
#include <nvif/device.h>
#include <nvif/class.h>
-#include <core/class.h>
#ifndef ENABLE
#define ENABLE NV_DEVICE_V0_DISABLE_MMIO
diff --git a/bin/nv_wrfunc.h b/bin/nv_wrfunc.h
index 88d2b629..10071da7 100644
--- a/bin/nv_wrfunc.h
+++ b/bin/nv_wrfunc.h
@@ -5,7 +5,6 @@
#include <nvif/client.h>
#include <nvif/device.h>
#include <nvif/class.h>
-#include <core/class.h>
#ifndef ENABLE
#define ENABLE NV_DEVICE_V0_DISABLE_MMIO