diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-11-15 11:06:24 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-11-15 11:06:24 -0500 |
commit | 9265c6a186ca19a57ab6ddd0b0f3644f85c6f2f1 (patch) | |
tree | d8c434ea98ee541ee17f4df87bb8e9020ce29b98 /arch/arm/mach-omap2/common.h | |
parent | 49ea7fc094162fcaa83f5876b2090c816cc4498c (diff) | |
parent | 6ba54ab4a49bbad736b0254aa6bdf0cb83013815 (diff) |
Merge branch 'omap/headers4' into next/cleanup
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index 7045e4d61ac3..426fcfcfd821 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h | |||
@@ -28,13 +28,16 @@ | |||
28 | 28 | ||
29 | #include <linux/irq.h> | 29 | #include <linux/irq.h> |
30 | #include <linux/delay.h> | 30 | #include <linux/delay.h> |
31 | #include <linux/i2c.h> | ||
31 | #include <linux/i2c/twl.h> | 32 | #include <linux/i2c/twl.h> |
33 | #include <linux/i2c-omap.h> | ||
32 | 34 | ||
33 | #include <asm/proc-fns.h> | 35 | #include <asm/proc-fns.h> |
34 | 36 | ||
35 | #include <plat/cpu.h> | 37 | #include "i2c.h" |
36 | #include <plat/serial.h> | 38 | #include "serial.h" |
37 | #include <plat/common.h> | 39 | |
40 | #include "usb.h" | ||
38 | 41 | ||
39 | #define OMAP_INTC_START NR_IRQS | 42 | #define OMAP_INTC_START NR_IRQS |
40 | 43 | ||
@@ -338,6 +341,10 @@ extern void omap_sdrc_init(struct omap_sdrc_params *sdrc_cs0, | |||
338 | struct omap_sdrc_params *sdrc_cs1); | 341 | struct omap_sdrc_params *sdrc_cs1); |
339 | struct omap2_hsmmc_info; | 342 | struct omap2_hsmmc_info; |
340 | extern int omap4_twl6030_hsmmc_init(struct omap2_hsmmc_info *controllers); | 343 | extern int omap4_twl6030_hsmmc_init(struct omap2_hsmmc_info *controllers); |
344 | extern void omap_reserve(void); | ||
345 | |||
346 | struct omap_hwmod; | ||
347 | extern int omap_dss_reset(struct omap_hwmod *); | ||
341 | 348 | ||
342 | #endif /* __ASSEMBLER__ */ | 349 | #endif /* __ASSEMBLER__ */ |
343 | #endif /* __ARCH_ARM_MACH_OMAP2PLUS_COMMON_H */ | 350 | #endif /* __ARCH_ARM_MACH_OMAP2PLUS_COMMON_H */ |