From: Daniel Walker Date: Fri, 12 Jun 2009 18:51:16 +0000 (-0700) Subject: staging: android: binder: add enum usage in function arguments X-Git-Tag: v2.6.32-rc1~668^2~638 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd0a2f07d9b37fa52ece5bdec4f1130e080c1f51;p=pandora-kernel.git staging: android: binder: add enum usage in function arguments Declare the binder_deferred_state enum, and use the new enum for one of the binder_defer_work function arguments. This should keep the argument within the confines of the enum instead of the whole int range. Signed-off-by: Daniel Walker Cc: Brian Swetland Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed