projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48b48fc
)
ARM: OMAP: mcbsp: Remove unused variables from platform data
author
Jarkko Nikula
<
[email protected]
>
Mon, 26 Sep 2011 07:45:37 +0000
(10:45 +0300)
committer
Tony Lindgren
<
[email protected]
>
Mon, 26 Sep 2011 23:35:31 +0000
(16:35 -0700)
These variables got unused after McBSP was converted to use resource
structures.
Signed-off-by: Jarkko Nikula <
[email protected]
>
Acked-by: Peter Ujfalusi <
[email protected]
>
Tested-by: Janusz Krzysztofik <
[email protected]
>
Signed-off-by: Tony Lindgren <
[email protected]
>
arch/arm/plat-omap/include/plat/mcbsp.h
patch
|
blob
|
history
diff --git
a/arch/arm/plat-omap/include/plat/mcbsp.h
b/arch/arm/plat-omap/include/plat/mcbsp.h
index 9882c657b2d4f80b3e85cb36f64082311612d3e0..8ab14d808f0fd99fbcef6a65012d5f205445e448 100644
(file)
--- a/
arch/arm/plat-omap/include/plat/mcbsp.h
+++ b/
arch/arm/plat-omap/include/plat/mcbsp.h
@@
-348,14
+348,7
@@
struct omap_mcbsp_ops {
};
struct omap_mcbsp_platform_data {
- unsigned long phys_base;
- u8 dma_rx_sync, dma_tx_sync;
- u16 rx_irq, tx_irq;
struct omap_mcbsp_ops *ops;
-#ifdef CONFIG_ARCH_OMAP3
- /* Sidetone block for McBSP 2 and 3 */
- unsigned long phys_base_st;
-#endif
u16 buffer_size;
unsigned int mcbsp_config_type;
};