]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commitaf80509082a81e5d1f9102293e40f089b5d6eb1f
treebc2b34763c742da16f7d81682242fd4de3cf813f
parent6a4032de91af0a2ce941da539e41b861359ee02d
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 <dirk.behme_at_de.bosch.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
include/asm-arm/arch-omap/clock.h
sound/oss/omap-audio-aic23.c