From: John Stultz Date: Wed, 26 Feb 2014 22:29:07 +0000 (-0800) Subject: staging: Fix build issues with new binder API X-Git-Tag: v3.15-rc1~139^2~864 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0bdff0db809696ebc7b58234f3ff4166844c2cd;p=pandora-kernel.git staging: Fix build issues with new binder API The new 64bit binder API causes build issues on 32bit ARM due to the lack of 64bit __get_user_asm_* implementation. Until that implementation is done, remove the choice for 32bit ARM, automatically enabling the old 32bit binder protocol. This can be reverted once a 64bit __get_user_asm_* implementation is merged. Cc: Colin Cross Cc: Arve Hjønnevåg Cc: Serban Constantinescu Cc: Android Kernel Team Reported-by: Arnd Bergmann Signed-off-by: John Stultz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed