diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2019-05-22 18:02:19 +0300 |
---|---|---|
committer | Sean Paul <seanpaul@chromium.org> | 2019-08-07 18:52:08 +0300 |
commit | 94533c410f9beafe96d539527acb1156e0f6c7f2 (patch) | |
tree | a1e6d38b2d94903d8c8e8e37150b241dcc17a0ef /drivers/gpu/drm/nouveau/nouveau_abi16.c | |
parent | 67028421e4e5a720c6a8e2fa8e98fc2848d3b243 (diff) | |
download | linux-94533c410f9beafe96d539527acb1156e0f6c7f2.tar.xz |
drm/nouveau: remove open-coded drm_invalid_op()
Cc: Ben Skeggs <bskeggs@redhat.com>
Cc: nouveau@lists.freedesktop.org
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190522150219.13913-2-emil.l.velikov@gmail.com
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_abi16.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_abi16.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_abi16.c b/drivers/gpu/drm/nouveau/nouveau_abi16.c index 94387e62b338..e2bae1424502 100644 --- a/drivers/gpu/drm/nouveau/nouveau_abi16.c +++ b/drivers/gpu/drm/nouveau/nouveau_abi16.c @@ -245,12 +245,6 @@ nouveau_abi16_ioctl_getparam(ABI16_IOCTL_ARGS) } int -nouveau_abi16_ioctl_setparam(ABI16_IOCTL_ARGS) -{ - return -EINVAL; -} - -int nouveau_abi16_ioctl_channel_alloc(ABI16_IOCTL_ARGS) { struct drm_nouveau_channel_alloc *init = data; |