From: Pekka Enberg Date: Mon, 1 Nov 2010 20:29:31 +0000 (+0200) Subject: Staging: w35und: Kill struct hwdata ->SurpriseRemoveCount X-Git-Tag: v2.6.38-rc1~423^2~380 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d26d7e6ba3fffd224560acd586526bf2f2f4f73;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.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 1c91588..dcf3b21 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 */ };