You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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: Pavel Machek <pavel@ucw.cz> Signed-off-by: Pekka Enberg <penberg@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
87cb9a6310
commit
4d26d7e6ba
@@ -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 */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user