Staging: android: binder: fix build errors
authorGreg Kroah-Hartman <gregkh@suse.de>
Sun, 21 Dec 2008 04:20:02 +0000 (20:20 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Jan 2009 21:52:46 +0000 (13:52 -0800)
commit7a9c67a6ad2e6911e7ebdae34a75835c537d6e84
treed675831ad09ba46d44c04c7694c831ba1814f5ff
parent08b88cc7844bf984e2e474134c207bb2c46c007d
Staging: android: binder: fix build errors

This fixes the build errors and warnings in the binder driver.  It can't
be a module, due to a lack of some of the symbols being exported.

Also added a MODULE_LICENSE(), as it was missing.

Cc: Arve Hjønnevåg <arve@android.com>
Cc: Brian Swetland <swetland@google.com>
Cc: Robert Love <rlove@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/android/Kconfig
drivers/staging/android/binder.c