aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/mach/mcbsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-omap/include/mach/mcbsp.h')
-rw-r--r--arch/arm/plat-omap/include/mach/mcbsp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/include/mach/mcbsp.h b/arch/arm/plat-omap/include/mach/mcbsp.h
index 6eb44a92871..a3074f2fb7c 100644
--- a/arch/arm/plat-omap/include/mach/mcbsp.h
+++ b/arch/arm/plat-omap/include/mach/mcbsp.h
@@ -315,7 +315,7 @@ struct omap_mcbsp_ops {
315}; 315};
316 316
317struct omap_mcbsp_platform_data { 317struct omap_mcbsp_platform_data {
318 u32 virt_base; 318 unsigned long phys_base;
319 u8 dma_rx_sync, dma_tx_sync; 319 u8 dma_rx_sync, dma_tx_sync;
320 u16 rx_irq, tx_irq; 320 u16 rx_irq, tx_irq;
321 struct omap_mcbsp_ops *ops; 321 struct omap_mcbsp_ops *ops;
@@ -324,7 +324,8 @@ struct omap_mcbsp_platform_data {
324 324
325struct omap_mcbsp { 325struct omap_mcbsp {
326 struct device *dev; 326 struct device *dev;
327 u32 io_base; 327 unsigned long phys_base;
328 void __iomem *io_base;
328 u8 id; 329 u8 id;
329 u8 free; 330 u8 free;
330 omap_mcbsp_word_length rx_word_length; 331 omap_mcbsp_word_length rx_word_length;