diff options
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index 4a5684b96492..c6aebf0b42d8 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h | |||
@@ -288,6 +288,9 @@ static inline void omap4_cpu_resume(void) | |||
288 | 288 | ||
289 | #endif | 289 | #endif |
290 | 290 | ||
291 | void pdata_quirks_init(struct of_device_id *); | ||
292 | void omap_pcs_legacy_init(int irq, void (*rearm)(void)); | ||
293 | |||
291 | struct omap_sdrc_params; | 294 | struct omap_sdrc_params; |
292 | extern void omap_sdrc_init(struct omap_sdrc_params *sdrc_cs0, | 295 | extern void omap_sdrc_init(struct omap_sdrc_params *sdrc_cs0, |
293 | struct omap_sdrc_params *sdrc_cs1); | 296 | struct omap_sdrc_params *sdrc_cs1); |