diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2011-02-24 04:46:52 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-02-24 16:02:53 -0500 |
commit | 64bcbd33c7c70d0aea4e614212a2568321a0396b (patch) | |
tree | 15cbd3720e7cffdf180c4bed78f78759204b0493 /arch/arm/plat-omap/include/plat/mcbsp.h | |
parent | 8b1906f12a60d377b11d8a3dd256ce0a0ef6c614 (diff) |
OMAP2+: McBSP: hwmod adaptation for McBSP
Modify OMAP2+ McBSP to use omap hwmod framework APIs
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Charulatha V <charu@ti.com>
Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Acked-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat/mcbsp.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/mcbsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/mcbsp.h b/arch/arm/plat-omap/include/plat/mcbsp.h index 1fe06372c9ce..c6cabfc77a12 100644 --- a/arch/arm/plat-omap/include/plat/mcbsp.h +++ b/arch/arm/plat-omap/include/plat/mcbsp.h | |||
@@ -421,8 +421,8 @@ struct omap_mcbsp_platform_data { | |||
421 | #ifdef CONFIG_ARCH_OMAP3 | 421 | #ifdef CONFIG_ARCH_OMAP3 |
422 | /* Sidetone block for McBSP 2 and 3 */ | 422 | /* Sidetone block for McBSP 2 and 3 */ |
423 | unsigned long phys_base_st; | 423 | unsigned long phys_base_st; |
424 | u16 buffer_size; | ||
425 | #endif | 424 | #endif |
425 | u16 buffer_size; | ||
426 | }; | 426 | }; |
427 | 427 | ||
428 | struct omap_mcbsp_st_data { | 428 | struct omap_mcbsp_st_data { |