ion: remove ion_user_handle_t from ion_test.h
authorColin Cross <ccross@android.com>
Tue, 17 Dec 2013 00:48:17 +0000 (16:48 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Dec 2013 01:18:22 +0000 (17:18 -0800)
commit0462e185caa11b38bf27f77234a8e2c3e02a35c7
treeb631d31e6220bdc2f3a61508dcd94ab99cc426c1
parent5c5bccb76cb94888f40ebd5584b81646632e9c3f
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

Reported-by: Andrew Morton <akpm@linux-foundation.org>
Cc: John Stultz <john.stultz@linaro.org>
Signed-off-by: Colin Cross <ccross@android.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/uapi/ion_test.h