From: Heiko Schocher Date: Sat, 3 Aug 2013 05:22:49 +0000 (+0200) Subject: arm, am33xx: add clk_get prototype X-Git-Tag: v2025.01-rc5-pxa1908~15990^2~8 X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=b424aae4be86c308cfda272cdef337735276c556;p=u-boot.git arm, am33xx: add clk_get prototype the clk_get() function is needed for the da8xx-fb video driver, which is used on the am3xx based siemens boards. Signed-off-by: Heiko Schocher Cc: Tom Rini Acked-by: Tom Rini --- diff --git a/arch/arm/include/asm/arch-am33xx/hardware.h b/arch/arm/include/asm/arch-am33xx/hardware.h index 02f5f8a8d2..2dfcc2e65b 100644 --- a/arch/arm/include/asm/arch-am33xx/hardware.h +++ b/arch/arm/include/asm/arch-am33xx/hardware.h @@ -78,4 +78,5 @@ #define USB0_OTG_BASE 0x47401000 #define USB1_OTG_BASE 0x47401800 +int clk_get(int clk); #endif /* __AM33XX_HARDWARE_H */