Re: [PATCH] android: binder: Drop dependency on !M68K

2018-06-06 Thread Greg Kroah-Hartman
On Wed, Jun 06, 2018 at 02:40:56PM +0200, Geert Uytterhoeven wrote: > As of commit 7124330dabe5b3cb ("m68k/uaccess: Revive 64-bit > get_user()"), the 64-bit Android binder interface builds fine on m68k. > > Signed-off-by: Geert Uytterhoeven > --- > drivers/android/Kconfig | 2 +- > 1 file

[PATCH] android: binder: Drop dependency on !M68K

2018-06-06 Thread Geert Uytterhoeven
As of commit 7124330dabe5b3cb ("m68k/uaccess: Revive 64-bit get_user()"), the 64-bit Android binder interface builds fine on m68k. Signed-off-by: Geert Uytterhoeven --- drivers/android/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/android/Kconfig