ion: remove ion_user_handle_t from ion_test.h
authorColin Cross <ccross@android.com>
Tue, 17 Dec 2013 00:33:00 +0000 (16:33 -0800)
committerColin Cross <ccross@android.com>
Tue, 17 Dec 2013 00:33:00 +0000 (16:33 -0800)
commit8d9bc1404990afcc1fa73f1412f2b653fc3ecd31
tree9b2088d6b4bdf3aac1552fb5f58c710598da28bb
parentf2b94c52648fa1bb7cba053ab0f4a85e066485a1
ion: remove ion_user_handle_t from ion_test.h

ion_test.h should not define ion_user_handle_t, and defining it
causes a warning:
In file included from drivers/staging/android/ion/ion_test.c:31:
drivers/staging/android/ion/../uapi/ion_test.h:23: error: redefinition of typedef 'ion_user_handle_t'
drivers/staging/android/ion/../uapi/ion.h:23: note: previous declaration of 'ion_user_handle_t' was here

Change-Id: I541897745a5ff128790a7e51b23f3034f5d3d6d9
Reported-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Colin Cross <ccross@android.com>
drivers/staging/android/uapi/ion_test.h