ARM: OMAP: Fix warning about missing clk_get_usecount() declaration
authorDirk Behme <dirk.behme@de.bosch.com>
Fri, 20 Jan 2006 19:01:15 +0000 (11:01 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 20 Jan 2006 19:01:15 +0000 (11:01 -0800)
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 <dirk.behme_at_de.bosch.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found