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

Commit 4d26d7e6 authored by Pekka Enberg's avatar Pekka Enberg Committed by Greg Kroah-Hartman
Browse files

Staging: w35und: Kill struct hwdata ->SurpriseRemoveCount



This patch kills the ->SurpriseRemoveCount member of struct hwdata. It's not
used at all so it's safe to remove it.

Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarPekka Enberg <penberg@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 87cb9a63
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -507,8 +507,6 @@ struct hw_data {
	u32		RxByteCountLast;
	u32		TxByteCountLast;

	atomic_t	SurpriseRemoveCount;

	/* For global timer */
	u32		time_count;	/* TICK_TIME_100ms 1 = 100ms */
};