diff options
author | Dave Airlie <airlied@redhat.com> | 2013-09-02 03:52:55 +0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-09-02 03:52:55 +0400 |
commit | 2254f637dbd18f6432da526552d19a616ffbf8d6 (patch) | |
tree | c526475bcd8c7c82a8da39aa25e466a966d17072 /drivers/gpu/drm/nouveau/nouveau_ioctl.h | |
parent | a5b6f74e64f42ea2cfc0f04be59369471cbc8a94 (diff) | |
download | linux-2254f637dbd18f6432da526552d19a616ffbf8d6.tar.xz |
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.h | 1 |
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 ef2b2906d9e6..3b9f2e5463a7 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 |