From: Serban Constantinescu Date: Thu, 4 Jul 2013 09:54:47 +0000 (+0100) Subject: staging: android: binder: replace types with portable ones X-Git-Tag: v3.12-rc1~183^2~710 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eecddef594f9eb159040160b929642f16a07387f;p=pandora-kernel.git staging: android: binder: replace types with portable ones Since this driver is meant to be used on different types of processors and a portable driver should specify the size a variable expects to be this patch changes the types used throughout the binder interface. We use "userspace" types since this header will be exported and used by the Android filesystem. The patch does not change in any way the functionality of the binder driver. Signed-off-by: Serban Constantinescu Acked-by: Arve Hjønnevåg Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed