On Thu, Sep 01, 2016 at 03:40:42PM -0700, Laura Abbott wrote:
The number of Ion ioctls may continue to grow along with necessary
validation. Pull it out into a separate file for easier management
and review.
Signed-off-by: Laura Abbott <labbott@xxxxxxxxxx>
---
drivers/staging/android/ion/Makefile | 3 +-
drivers/staging/android/ion/ion-ioctl.c | 144 ++++++++++++++++++++++
drivers/staging/android/ion/ion.c | 210 ++------------------------------
drivers/staging/android/ion/ion_priv.h | 91 ++++++++++++++
4 files changed, 244 insertions(+), 204 deletions(-)
create mode 100644 drivers/staging/android/ion/ion-ioctl.c
This patch doesn't apply cleanly to my tree, are we out of sync somehow?
Can you rebase your outstanding patches against my staging-testing
branch and resend?
thanks,
greg k-h