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)
commitb0c7cb2623ede9823850945ba1e9eb442fd668a7
treebd9cb1a4ec765f0cc1778082f4a961ddebf8c6d9
parent62b3a094cb9e4a3c5a5be4a20b72e0ced3af0e31
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