Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af70bb45 authored by Neeti Desai's avatar Neeti Desai Committed by David Ng
Browse files

Revert "staging: android: binder: fix BC_FREE_BUFFER ioctl declaration"



This reverts commit f709ba3c.

Change-Id: I7e07b6342cca976db0bfaa3c58595b09c24da0b9
Signed-off-by: default avatarNeeti Desai <neetid@codeaurora.org>
Signed-off-by: default avatarAjay Dudani <adudani@codeaurora.org>
parent 685fe000
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -265,7 +265,7 @@ enum binder_driver_command_protocol {
	 * Else you have acquired a primary reference on the object.
	 */

	BC_FREE_BUFFER = _IOW('c', 3, void *),
	BC_FREE_BUFFER = _IOW('c', 3, int),
	/*
	 * void *: ptr to transaction data received on a read
	 */