diff options
author | Dmitry Safonov <dsafonov@virtuozzo.com> | 2017-05-24 15:55:21 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-07-17 08:53:15 -0400 |
commit | 5b7d40cdcd15f8058de956046f751d22a464394b (patch) | |
tree | adcd7b521d03a7bf2fe0c633a380e773fee3a0bc /drivers/android/binder.c | |
parent | c3643b699fa22178dca307e4aca077ca338616cd (diff) |
binder: remove unused BINDER_SMALL_BUF_SIZE define
It was never used since addition of binder to linux mainstream tree.
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: "Arve Hjønnevåg" <arve@android.com>
Cc: Riley Andrews <riandrews@android.com>
Cc: devel@driverdev.osuosl.org
Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/android/binder.c')
-rw-r--r-- | drivers/android/binder.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/android/binder.c b/drivers/android/binder.c index fdbde8ce5804..9f95d7093f32 100644 --- a/drivers/android/binder.c +++ b/drivers/android/binder.c | |||
@@ -122,8 +122,6 @@ BINDER_DEBUG_ENTRY(proc); | |||
122 | 122 | ||
123 | #define FORBIDDEN_MMAP_FLAGS (VM_WRITE) | 123 | #define FORBIDDEN_MMAP_FLAGS (VM_WRITE) |
124 | 124 | ||
125 | #define BINDER_SMALL_BUF_SIZE (PAGE_SIZE * 64) | ||
126 | |||
127 | enum { | 125 | enum { |
128 | BINDER_DEBUG_USER_ERROR = 1U << 0, | 126 | BINDER_DEBUG_USER_ERROR = 1U << 0, |
129 | BINDER_DEBUG_FAILED_TRANSACTION = 1U << 1, | 127 | BINDER_DEBUG_FAILED_TRANSACTION = 1U << 1, |