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

Commit a44829dd authored by Breno Leitão's avatar Breno Leitão Committed by Greg Kroah-Hartman
Browse files

jsm: Removing unused jsm_channel->ch_wopen field



Currently the jsm_channel->ch_wopen field is defined and never
used. So, this patch removes it.

Signed-off-by: default avatarBreno Leitão <leitao@linux.vnet.ibm.com>
Cc: Scott Kilau <Scott.Kilau@digi.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 2fd107c0
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -213,8 +213,6 @@ struct jsm_channel {
	u8		ch_stopc;	/* Stop character		*/
	u8		ch_stopc;	/* Stop character		*/
	u8		ch_startc;	/* Start character		*/
	u8		ch_startc;	/* Start character		*/


	u32		ch_wopen;	/* Waiting for open process cnt */

	u8		ch_mostat;	/* FEP output modem status	*/
	u8		ch_mostat;	/* FEP output modem status	*/
	u8		ch_mistat;	/* FEP input modem status	*/
	u8		ch_mistat;	/* FEP input modem status	*/