From: H Hartley Sweeten Date: Fri, 16 Oct 2009 22:19:01 +0000 (-0400) Subject: clockevents: Add missing include to pacify sparse X-Git-Tag: v2.6.33-rc1~363^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e1a928a2ed7e8d5cad97c8e985294b4caedd168;p=pandora-kernel.git clockevents: Add missing include to pacify sparse Include "tick-internal.h" in order to pick up the extern function prototype for clockevents_shutdown(). This quiets the following sparse build noise: warning: symbol 'clockevents_shutdown' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten LKML-Reference: Reviewed-by: Yong Zhang Cc: johnstul@us.ibm.com Signed-off-by: Andrew Morton Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed