WILC_Time is not used and also time_t is not y2038 safe, therefore remove it. Also remove comment refering to it.
Signed-off-by: Ksenija Stanojevic ksenija.stanojevic@gmail.com --- drivers/staging/wilc1000/wilc_platform.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_platform.h b/drivers/staging/wilc1000/wilc_platform.h index 1e56973..83f309d 100644 --- a/drivers/staging/wilc1000/wilc_platform.h +++ b/drivers/staging/wilc1000/wilc_platform.h @@ -33,8 +33,6 @@ typedef struct __MessageQueue_struct {
-/*Time represented in 64 bit format*/ -typedef time_t WILC_Time;
/*******************************************************************
On Tuesday 29 September 2015 17:15:01 Ksenija Stanojevic wrote:
WILC_Time is not used and also time_t is not y2038 safe, therefore remove it. Also remove comment refering to it.
Signed-off-by: Ksenija Stanojevic ksenija.stanojevic@gmail.com
Reviewed-by: Arnd Bergmann arnd@arndb.de
On Tue, Sep 29, 2015 at 05:15:01PM +0200, Ksenija Stanojevic wrote:
WILC_Time is not used and also time_t is not y2038 safe, therefore remove it. Also remove comment refering to it.
Signed-off-by: Ksenija Stanojevic ksenija.stanojevic@gmail.com
This has already been done by 62f463a89242 ("staging: wilc1000: remove WILC_TIME typedef"). Please base your patches on staging tree.
regards sudip
On Tue, Sep 29, 2015 at 6:18 PM, Sudip Mukherjee sudipm.mukherjee@gmail.com wrote:
On Tue, Sep 29, 2015 at 05:15:01PM +0200, Ksenija Stanojevic wrote:
WILC_Time is not used and also time_t is not y2038 safe, therefore remove it. Also remove comment refering to it.
Signed-off-by: Ksenija Stanojevic ksenija.stanojevic@gmail.com
This has already been done by 62f463a89242 ("staging: wilc1000: remove WILC_TIME typedef"). Please base your patches on staging tree.
Thanks for letting me know I've done this patch yesterday and rebased my repository then. I'll it do it again.
Ksenija
regards sudip