aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/common.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-05-09 17:32:44 -0400
committerTony Lindgren <tony@atomide.com>2012-05-09 17:32:44 -0400
commit65c98038394e65228490ef44353f5d4665690f55 (patch)
treec7bd5afb40d455d995ec65bd9a6fb5d456e0bd45 /arch/arm/mach-omap2/common.h
parentbfd17879866b36e95c58721da070d9f2ac7f8901 (diff)
parentb2f44dc29bfab77b10f3a709f14677f51ce3a4cd (diff)
Merge branch 'fixes-non-critical' into cleanup-devices
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r--arch/arm/mach-omap2/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h
index 0672fc54b30f..65c710bebf11 100644
--- a/arch/arm/mach-omap2/common.h
+++ b/arch/arm/mach-omap2/common.h
@@ -27,6 +27,7 @@
27#ifndef __ASSEMBLER__ 27#ifndef __ASSEMBLER__
28 28
29#include <linux/delay.h> 29#include <linux/delay.h>
30#include <linux/i2c/twl.h>
30#include <plat/common.h> 31#include <plat/common.h>
31#include <asm/proc-fns.h> 32#include <asm/proc-fns.h>
32 33
@@ -255,6 +256,8 @@ static inline u32 omap4_mpuss_read_prev_context_state(void)
255struct omap_sdrc_params; 256struct omap_sdrc_params;
256extern void omap_sdrc_init(struct omap_sdrc_params *sdrc_cs0, 257extern void omap_sdrc_init(struct omap_sdrc_params *sdrc_cs0,
257 struct omap_sdrc_params *sdrc_cs1); 258 struct omap_sdrc_params *sdrc_cs1);
259struct omap2_hsmmc_info;
260extern int omap4_twl6030_hsmmc_init(struct omap2_hsmmc_info *controllers);
258 261
259#endif /* __ASSEMBLER__ */ 262#endif /* __ASSEMBLER__ */
260#endif /* __ARCH_ARM_MACH_OMAP2PLUS_COMMON_H */ 263#endif /* __ARCH_ARM_MACH_OMAP2PLUS_COMMON_H */