diff options
Diffstat (limited to 'arch/arm/mach-omap2/devices.c')
-rw-r--r-- | arch/arm/mach-omap2/devices.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index 4c97a86115e6..73762accd128 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c | |||
@@ -328,7 +328,7 @@ int __init omap4_keyboard_init(struct omap4_keypad_platform_data | |||
328 | return 0; | 328 | return 0; |
329 | } | 329 | } |
330 | 330 | ||
331 | #if defined(CONFIG_OMAP_MBOX_FWK) || defined(CONFIG_OMAP_MBOX_FWK_MODULE) | 331 | #if defined(CONFIG_OMAP2PLUS_MBOX) || defined(CONFIG_OMAP2PLUS_MBOX_MODULE) |
332 | static inline void __init omap_init_mbox(void) | 332 | static inline void __init omap_init_mbox(void) |
333 | { | 333 | { |
334 | struct omap_hwmod *oh; | 334 | struct omap_hwmod *oh; |
@@ -352,7 +352,7 @@ static inline void __init omap_init_mbox(void) | |||
352 | } | 352 | } |
353 | #else | 353 | #else |
354 | static inline void omap_init_mbox(void) { } | 354 | static inline void omap_init_mbox(void) { } |
355 | #endif /* CONFIG_OMAP_MBOX_FWK */ | 355 | #endif /* CONFIG_OMAP2PLUS_MBOX */ |
356 | 356 | ||
357 | static inline void omap_init_sti(void) {} | 357 | static inline void omap_init_sti(void) {} |
358 | 358 | ||