From: Geert Uytterhoeven Date: Fri, 3 May 2013 21:27:07 +0000 (+0200) Subject: ntp: Remove unused variable flags in __hardpps X-Git-Tag: v3.10-rc5~2^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa848233f740abbabfa7669daca0ab94aaa37bcd;p=pandora-kernel.git ntp: Remove unused variable flags in __hardpps kernel/time/ntp.c: In function ‘__hardpps’: kernel/time/ntp.c:877: warning: unused variable ‘flags’ commit a076b2146fabb0894cae5e0189a8ba3f1502d737 ("ntp: Remove ntp_lock, using the timekeeping locks to protect ntp state") removed its users, but not the actual variable. Signed-off-by: Geert Uytterhoeven Signed-off-by: John Stultz --- Reading git-diff-tree failed