From: Dirk Behme Date: Fri, 20 Jan 2006 19:01:15 +0000 (-0800) Subject: ARM: OMAP: Fix warning about missing clk_get_usecount() declaration X-Git-Tag: v2.6.16-omap1~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af80509082a81e5d1f9102293e40f089b5d6eb1f;p=pandora-kernel.git ARM: OMAP: Fix warning about missing clk_get_usecount() declaration arch/arm/plat-omap/clock.c exports clk_get_usecount(), but linux/clk.h doesn't contain the prototype for it. Add it to asm/arch/clock.h and add clock.h to omap-audio-aic23.c. sound/oss/omap-audio-aic23.c: In function clk_get_usecount' Signed-off-by: Dirk Behme Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed