summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_sysfs.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2015-11-08 11:56:00 +1000
committerBen Skeggs <bskeggs@redhat.com>2016-01-11 11:17:40 +1000
commit671e9696969d9f458164f836278445d46c3f5f38 (patch)
tree0c5f629b1f0e0e998119f6e496705677fe250b56 /drivers/gpu/drm/nouveau/nouveau_sysfs.c
parent8ed1730ccd6cf2a84243456e371a5f4484be60f5 (diff)
downloadlinux-671e9696969d9f458164f836278445d46c3f5f38.tar.gz
linux-671e9696969d9f458164f836278445d46c3f5f38.tar.bz2
linux-671e9696969d9f458164f836278445d46c3f5f38.zip
drm/nouveau/nvif: split out device control interface definitions
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_sysfs.c')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_sysfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_sysfs.c b/drivers/gpu/drm/nouveau/nouveau_sysfs.c
index 87f6416a8c82..c013ee4f0d3a 100644
--- a/drivers/gpu/drm/nouveau/nouveau_sysfs.c
+++ b/drivers/gpu/drm/nouveau/nouveau_sysfs.c
@@ -24,6 +24,7 @@
#include <nvif/os.h>
#include <nvif/class.h>
+#include <nvif/if0001.h>
#include <nvif/ioctl.h>
#include "nouveau_sysfs.h"