From: Pekka Enberg Date: Mon, 1 Nov 2010 20:29:31 +0000 (+0200) Subject: Staging: w35und: Kill struct hwdata ->SurpriseRemoveCount X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4d26d7e6ba3fffd224560acd586526bf2f2f4f73;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Pekka Enberg Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/winbond/wbhal.h b/drivers/staging/winbond/wbhal.h index 1c91588fc5b3..dcf3b213b4f1 100644 --- a/drivers/staging/winbond/wbhal.h +++ b/drivers/staging/winbond/wbhal.h @@ -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 */ };