diff options
author | Tony Lindgren <tony@atomide.com> | 2010-06-28 16:47:04 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-06-28 16:47:04 +0400 |
commit | 41bd03ba0758a076671e5de35ed084535984143d (patch) | |
tree | 9a669f9f1f52996b38acb077655e4b044bba67c7 /arch/arm/mach-nomadik/clock.h | |
parent | 090830b4c79cd5ac85430822a9b87c90848bedcf (diff) | |
parent | dc75925d67950889b79df1cc1518c21ec678df6c (diff) | |
download | linux-41bd03ba0758a076671e5de35ed084535984143d.tar.xz |
Merge branch 'for_2.6.35rc' of git://git.pwsan.com/linux-2.6 into omap-fixes-for-linus
Diffstat (limited to 'arch/arm/mach-nomadik/clock.h')
-rw-r--r-- | arch/arm/mach-nomadik/clock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-nomadik/clock.h b/arch/arm/mach-nomadik/clock.h index 5563985a2cc7..78da2e7c3985 100644 --- a/arch/arm/mach-nomadik/clock.h +++ b/arch/arm/mach-nomadik/clock.h @@ -11,3 +11,5 @@ struct clk { unsigned long rate; }; + +int __init clk_init(void); |