diff options
author | Jarkko Nikula <jhnikula@gmail.com> | 2011-07-01 08:52:26 +0000 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-07-07 12:06:16 -0700 |
commit | 9df0fcc4c842703080ee431112d624b1f8f2f1c8 (patch) | |
tree | 8eec4c7d18414d170cc737d6cb9f0cd5dcf23112 /arch/arm/plat-omap/include/plat/mcbsp.h | |
parent | 48cb1258e8b0f8c81cfb699b42326c5b2147b3f8 (diff) |
omap: mcbsp: Remove rx_/tx_word_length variables
These variables got unused after ("omap: mcbsp: Drop in-driver transfer
support") but was noticed only afterwards.
Signed-off-by: Jarkko Nikula <jhnikula@gmail.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, 0 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/include/plat/mcbsp.h b/arch/arm/plat-omap/include/plat/mcbsp.h index 6c535083240..63464ad9c67 100644 --- a/arch/arm/plat-omap/include/plat/mcbsp.h +++ b/arch/arm/plat-omap/include/plat/mcbsp.h @@ -385,8 +385,6 @@ struct omap_mcbsp { void __iomem *io_base; u8 id; u8 free; - omap_mcbsp_word_length rx_word_length; - omap_mcbsp_word_length tx_word_length; int rx_irq; int tx_irq; |