From: Chen Gang Date: Fri, 1 Nov 2013 11:07:48 +0000 (+0800) Subject: hexagon: kernel: remove useless variables 'dn', 'r' and 'err' in time_init_deferred... X-Git-Tag: v3.15-rc1~83^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f8ae9bc0628c9e039003a7d572a6f59c835b868;p=pandora-kernel.git 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: Chen Gang Signed-off-by: Richard Kuo --- Reading git-diff-tree failed