From: Hartley Sweeten Date: Tue, 4 Aug 2009 22:38:06 +0000 (+0100) Subject: ARM: 5639/1: arm: clkdev.c should include X-Git-Tag: v2.6.31-rc6~40^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0c60c4b9ab45bb02b20796401dd6a90770fd0ee;p=pandora-kernel.git ARM: 5639/1: arm: clkdev.c should include should be included to get the base API prototypes. This fixes the following sparse warnings: arch/arm/common/clkdev.c:65:12: warning: symbol 'clk_get_sys' was not declared. Should it be static? arch/arm/common/clkdev.c:79:12: warning: symbol 'clk_get' was not declared. Should it be static? arch/arm/common/clkdev.c:87:6: warning: symbol 'clk_put' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten Signed-off-by: Russell King --- Reading git-diff-tree failed