aboutsummaryrefslogtreecommitdiff
path: root/drivers/android
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/android')
-rw-r--r--drivers/android/Kconfig13
-rw-r--r--drivers/android/binder.c4
2 files changed, 0 insertions, 17 deletions
diff --git a/drivers/android/Kconfig b/drivers/android/Kconfig
index bdfc6c6f4..4f6629d33 100644
--- a/drivers/android/Kconfig
+++ b/drivers/android/Kconfig
@@ -19,19 +19,6 @@ config ANDROID_BINDER_IPC
Android process, using Binder to identify, invoke and pass arguments
between said processes.
-config ANDROID_BINDER_IPC_32BIT
- bool
- depends on !64BIT && ANDROID_BINDER_IPC
- default y
- ---help---
- The Binder API has been changed to support both 32 and 64bit
- applications in a mixed environment.
-
- Enable this to support an old 32-bit Android user-space (v4.4 and
- earlier).
-
- Note that enabling this will break newer Android user-space.
-
endif # if ANDROID
endmenu
diff --git a/drivers/android/binder.c b/drivers/android/binder.c
index 5fc0ab122..4c045c9e4 100644
--- a/drivers/android/binder.c
+++ b/drivers/android/binder.c
@@ -45,10 +45,6 @@
#include <linux/rtc.h>
#include <linux/aee.h>
-#ifdef CONFIG_ANDROID_BINDER_IPC_32BIT
-#define BINDER_IPC_32BIT 1
-#endif
-
#ifdef CONFIG_MT_PRIO_TRACER
#include <linux/prio_tracer.h>
#endif