diff options
Diffstat (limited to 'drivers/android/binder_alloc.h')
-rw-r--r-- | drivers/android/binder_alloc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/android/binder_alloc.h b/drivers/android/binder_alloc.h index 9ef64e563856..fb3238c74c8a 100644 --- a/drivers/android/binder_alloc.h +++ b/drivers/android/binder_alloc.h | |||
@@ -50,8 +50,7 @@ struct binder_buffer { | |||
50 | unsigned free:1; | 50 | unsigned free:1; |
51 | unsigned allow_user_free:1; | 51 | unsigned allow_user_free:1; |
52 | unsigned async_transaction:1; | 52 | unsigned async_transaction:1; |
53 | unsigned free_in_progress:1; | 53 | unsigned debug_id:29; |
54 | unsigned debug_id:28; | ||
55 | 54 | ||
56 | struct binder_transaction *transaction; | 55 | struct binder_transaction *transaction; |
57 | 56 | ||