From: Rashika Kheria Date: Thu, 27 Feb 2014 11:55:54 +0000 (+0530) Subject: kernel: Include appropriate header file in time/timekeeping_debug.c X-Git-Tag: v3.15-rc1~153^2~25^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64e8d20bd39b81994d9cd60e7b42f8ec8652f5af;p=pandora-kernel.git kernel: Include appropriate header file in time/timekeeping_debug.c Include appropriate header file kernel/time/timekeeping_internal.h in kernel/time/timekeeping_debug.c because it has prototype declaration of function defined in kernel/time/timekeeping_debug.c. This eliminates the following warning in kernel/time/timekeeping_debug.c: kernel/time/timekeeping_debug.c:68:6: warning: no previous prototype for ‘tk_debug_account_sleep_time’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: John Stultz --- Reading git-diff-tree failed