Skip to content
Commit 6f8ae9bc authored by Chen Gang's avatar Chen Gang Committed by Richard Kuo
Browse files

hexagon: kernel: remove useless variables 'dn', 'r' and 'err' in time_init_deferred() in "time.c"



Remove them, since they are useless. The related warnings (with
allmodconfig for v4):

    CC      arch/hexagon/kernel/time.o
  arch/hexagon/kernel/time.c: In function 'time_init_deferred':
  arch/hexagon/kernel/time.c:196: warning: unused variable 'err'
  arch/hexagon/kernel/time.c:195: warning: unused variable 'r'
  arch/hexagon/kernel/time.c:194: warning: unused variable 'dn'

Signed-off-by: default avatarChen Gang <gang.chen@asianux.com>
Signed-off-by: default avatarRichard Kuo <rkuo@codeaurora.org>
parent 455c6fdb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment