commit | ac978dc79a91939a97a271f646ba891d62fce5d2 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon Nov 06 14:55:37 2017 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Wed Nov 08 14:33:06 2017 +0200 |
tree | b3c428075242a272dc98050aa3ec72d3311a778e | |
parent | 3c92d5517af8eeab81da3aee4fc14faa198bbb8b [diff] |
rtlwifi: drop unused ppsc->last_wakeup_time The calculation of ppsc->last_wakeup_time is not y2038-safe, but the variable is not used at all, so we can simply drop it. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>