diff options
author | Tony Lindgren <tony@atomide.com> | 2012-06-22 01:50:22 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-06-22 01:50:22 -0700 |
commit | 6fd8246b1c1167c983b089f9eaafa13ef9ca7adf (patch) | |
tree | 4380085c128ab80d28fbb96806bfc4f85cd3cbb3 /arch/arm/mach-omap2/common.h | |
parent | 08f3098928c991560408e8c71d4af8b1a3ff2d67 (diff) | |
parent | 9c80f3aa8b7828c89c5bae5c769955d1ac58630b (diff) | |
download | kernel_replicant_linux-6fd8246b1c1167c983b089f9eaafa13ef9ca7adf.tar.gz kernel_replicant_linux-6fd8246b1c1167c983b089f9eaafa13ef9ca7adf.tar.bz2 kernel_replicant_linux-6fd8246b1c1167c983b089f9eaafa13ef9ca7adf.zip |
Merge tag 'omap-devel-a-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into devel-am33xx
Adds AM33xx PRCM support
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index 56f687bebd0a..5d99c1b2cb48 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h @@ -129,6 +129,7 @@ void omap3430_init_early(void); void omap35xx_init_early(void); void omap3630_init_early(void); void omap3_init_early(void); /* Do not use this one */ +void am33xx_init_early(void); void am35xx_init_early(void); void ti81xx_init_early(void); void am33xx_init_early(void); |