diff options
Diffstat (limited to 'arch/arm/mach-omap2/prcm-common.h')
-rw-r--r-- | arch/arm/mach-omap2/prcm-common.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/arm/mach-omap2/prcm-common.h b/arch/arm/mach-omap2/prcm-common.h index 72df97482cc0..c7d355fafd24 100644 --- a/arch/arm/mach-omap2/prcm-common.h +++ b/arch/arm/mach-omap2/prcm-common.h | |||
@@ -406,11 +406,6 @@ | |||
406 | #define OMAP3430_EN_CORE_MASK (1 << 0) | 406 | #define OMAP3430_EN_CORE_MASK (1 << 0) |
407 | 407 | ||
408 | 408 | ||
409 | /* | ||
410 | * MAX_MODULE_HARDRESET_WAIT: Maximum microseconds to wait for an OMAP | ||
411 | * submodule to exit hardreset | ||
412 | */ | ||
413 | #define MAX_MODULE_HARDRESET_WAIT 10000 | ||
414 | 409 | ||
415 | /* | 410 | /* |
416 | * Maximum time(us) it takes to output the signal WUCLKOUT of the last | 411 | * Maximum time(us) it takes to output the signal WUCLKOUT of the last |
@@ -419,24 +414,7 @@ | |||
419 | * microseconds on OMAP4, so this timeout may be too high. | 414 | * microseconds on OMAP4, so this timeout may be too high. |
420 | */ | 415 | */ |
421 | #define MAX_IOPAD_LATCH_TIME 100 | 416 | #define MAX_IOPAD_LATCH_TIME 100 |
422 | |||
423 | # ifndef __ASSEMBLER__ | 417 | # ifndef __ASSEMBLER__ |
424 | extern void __iomem *prm_base; | ||
425 | extern void __iomem *cm_base; | ||
426 | extern void __iomem *cm2_base; | ||
427 | extern void __iomem *prcm_mpu_base; | ||
428 | |||
429 | #if defined(CONFIG_ARCH_OMAP4) || defined(CONFIG_SOC_OMAP5) | ||
430 | extern void omap_prm_base_init(void); | ||
431 | extern void omap_cm_base_init(void); | ||
432 | #else | ||
433 | static inline void omap_prm_base_init(void) | ||
434 | { | ||
435 | } | ||
436 | static inline void omap_cm_base_init(void) | ||
437 | { | ||
438 | } | ||
439 | #endif | ||
440 | 418 | ||
441 | /** | 419 | /** |
442 | * struct omap_prcm_irq - describes a PRCM interrupt bit | 420 | * struct omap_prcm_irq - describes a PRCM interrupt bit |