staging: android: ion: Remove alignment from allocation field
authorLaura Abbott <labbott@redhat.com>
Mon, 3 Apr 2017 18:57:46 +0000 (11:57 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Apr 2017 10:35:11 +0000 (12:35 +0200)
commit1d9735efaceb1fdd921e0a08a914cbec4fdd0b1b
tree47421d2376a858adaea7a383601e99639a8ae032
parent9c4e5271f8aa78abeaac982f8dbf1c5d1313139d
staging: android: ion: Remove alignment from allocation field

The align field was supposed to be used to specify the alignment of
the allocation. Nobody actually does anything with it except to check
if the alignment specified is out of bounds. Since this has no effect
on the actual allocation, just remove it.

Signed-off-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion-ioctl.c
drivers/staging/android/ion/ion.c
drivers/staging/android/ion/ion.h
drivers/staging/android/ion/ion_carveout_heap.c
drivers/staging/android/ion/ion_chunk_heap.c
drivers/staging/android/ion/ion_cma_heap.c
drivers/staging/android/ion/ion_priv.h
drivers/staging/android/ion/ion_system_heap.c