Revert "staging: android: binder: Fix build warnings"
authorJohn Stultz <john.stultz@linaro.org>
Fri, 4 Apr 2014 23:59:46 +0000 (16:59 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Fri, 4 Apr 2014 23:59:46 +0000 (16:59 -0700)
commit6b0e45a704fce2a1ae1001ec30aa58e64eb3ae28
treebc92c7da6078f2f85d872d4d2b9594ce337fe72a
parent5f8e5d218d52eefc65a29bc0d3b4deeafebebd1c
Revert "staging: android: binder: Fix build warnings"

This reverts commit aecff9d0c1a87b5cd9af1c91b79a3d8fba82ffba.

Changes to the binder code makes this obsolete, and this now causes
the following warnings:

drivers/staging/android/./binder_trace.h:162:21: error: assignment makes integer from pointer without a cast [-Werror]
   __entry->node_ptr = (void __user *)node->ptr;

drivers/staging/android/./binder_trace.h: In function ‘ftrace_raw_event_binder_transaction_ref_to_node’:
drivers/staging/android/./binder_trace.h:188:21: error: assignment makes integer from pointer without a cast [-Werror]
   __entry->node_ptr = (void __user *)ref->node->ptr;

Reported-by: Sherman Yin <syin@broadcom.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
drivers/staging/android/binder_trace.h