diff options
author | Jarkko Nikula <jhnikula@gmail.com> | 2011-07-01 10:52:26 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-07-07 21:06:16 +0200 |
commit | 9df0fcc4c842703080ee431112d624b1f8f2f1c8 (patch) | |
tree | 8eec4c7d18414d170cc737d6cb9f0cd5dcf23112 /arch/arm/plat-omap/include/plat/mcbsp.h | |
parent | Merge branch 'for_3.1/pm-misc' of git://git.kernel.org/pub/scm/linux/kernel/g... (diff) | |
download | linux-9df0fcc4c842703080ee431112d624b1f8f2f1c8.tar.xz linux-9df0fcc4c842703080ee431112d624b1f8f2f1c8.zip |
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 6c5350832407..63464ad9c67a 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; |