]> git.baikalelectronics.ru Git - kernel.git/commit
staging: android: ion: Break the ABI in the name of forward progress
authorLaura Abbott <labbott@redhat.com>
Tue, 18 Apr 2017 18:27:07 +0000 (11:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Apr 2017 18:43:14 +0000 (20:43 +0200)
commita572e08550eb0e1f3b4f3c2347ec1c8614025706
treebd9cb1a4ec765f0cc1778082f4a961ddebf8c6d9
parentaafedd88d58b5dae91f7edcea081b105e524280a
staging: android: ion: Break the ABI in the name of forward progress

Several of the Ion ioctls were designed in such a way that they
necessitate compat ioctls. We're breaking a bunch of other ABIs and
cleaning stuff up anyway so let's follow the ioctl guidelines and clean
things up while everyone is busy converting things over anyway. As part
of this, also remove the useless alignment field from the allocation
structure.

Signed-off-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/Makefile
drivers/staging/android/ion/compat_ion.c [deleted file]
drivers/staging/android/ion/compat_ion.h [deleted file]
drivers/staging/android/ion/ion-ioctl.c
drivers/staging/android/ion/ion.c
drivers/staging/android/uapi/ion.h