summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_ioctl.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2013-09-02 09:52:55 +1000
committerDave Airlie <airlied@redhat.com>2013-09-02 09:52:55 +1000
commit2254f637dbd18f6432da526552d19a616ffbf8d6 (patch)
treec526475bcd8c7c82a8da39aa25e466a966d17072 /drivers/gpu/drm/nouveau/nouveau_ioctl.h
parenta5b6f74e64f42ea2cfc0f04be59369471cbc8a94 (diff)
downloadop-kernel-dev-2254f637dbd18f6432da526552d19a616ffbf8d6.zip
op-kernel-dev-2254f637dbd18f6432da526552d19a616ffbf8d6.tar.gz
drm/nouveau: fix up 32-bit ioctls and device wake up.
Noticed by kbuild test robot. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_ioctl.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_ioctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_ioctl.h b/drivers/gpu/drm/nouveau/nouveau_ioctl.h
index ef2b290..3b9f2e5 100644
--- a/drivers/gpu/drm/nouveau/nouveau_ioctl.h
+++ b/drivers/gpu/drm/nouveau/nouveau_ioctl.h
@@ -2,5 +2,6 @@
#define __NOUVEAU_IOCTL_H__
long nouveau_compat_ioctl(struct file *, unsigned int cmd, unsigned long arg);
+long nouveau_drm_ioctl(struct file *, unsigned int cmd, unsigned long arg);
#endif
OpenPOWER on IntegriCloud