Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 162ed786 authored by Mitchel Humpherys's avatar Mitchel Humpherys
Browse files

ion: msm: update msm extensions for new user handle type



The underlying type of ion_user_handle_t will be changing in the near
future. Update the MSM Ion code to use the new type rather than the old
`struct ion_handle *' so that things won't break when the migration of
the underlying type occurs.

Change-Id: Ibbfa2cc5a3aef0bd8e72d8d39054c8e59f4dab97
Signed-off-by: default avatarMitchel Humpherys <mitchelh@codeaurora.org>
parent 21dbba28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * include/linux/ion.h
 *
 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
 * Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
 *
 * This software is licensed under the terms of the GNU General Public
 * License version 2, as published by the Free Software Foundation, and
@@ -148,7 +148,7 @@ enum cp_mem_usage {
 * the cache operations performed
 */
struct ion_flush_data {
	struct ion_handle *handle;
	ion_user_handle_t handle;
	int fd;
	void *vaddr;
	unsigned int offset;