staging: android: ion: Remove alignment from allocation field
[linux-2.6-microblaze.git] / drivers / staging / android / ion / ion-ioctl.c
index 9ff815a..5b2e93f 100644 (file)
@@ -95,7 +95,6 @@ long ion_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
                struct ion_handle *handle;
 
                handle = ion_alloc(client, data.allocation.len,
-                                               data.allocation.align,
                                                data.allocation.heap_id_mask,
                                                data.allocation.flags);
                if (IS_ERR(handle))