aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMister Oyster <oysterized@gmail.com>2017-05-29 13:29:48 +0200
committerMister Oyster <oysterized@gmail.com>2017-05-29 13:29:48 +0200
commitdeada33f647856a42234ba5b175f75c8b7472304 (patch)
treecded65389234ac1c601918cdb1e0750636a25a28 /drivers
parentf12ba1ca1b7cd2bd39a39f25ffd345232145ace4 (diff)
binder: remove unused var
../../../../../../kernel/meizu/m2note/drivers/android/binder.c:63:14: warning: 'system_server_pid' defined but not used [-Wunused-variable] static pid_t system_server_pid;
Diffstat (limited to 'drivers')
-rw-r--r--drivers/android/binder.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/android/binder.c b/drivers/android/binder.c
index deef3b95c..38f46707e 100644
--- a/drivers/android/binder.c
+++ b/drivers/android/binder.c
@@ -60,7 +60,6 @@ static struct binder_node *binder_context_mgr_node;
static kuid_t binder_context_mgr_uid = INVALID_UID;
static int binder_last_id;
static struct workqueue_struct *binder_deferred_workqueue;
-static pid_t system_server_pid;
#define BINDER_DEBUG_ENTRY(name) \
static int binder_##name##_open(struct inode *inode, struct file *file) \