summaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap/include/plat/mcspi.h
diff options
context:
space:
mode:
authorJarkko Nikula <jarkko.nikula@bitmer.com>2012-02-24 18:33:58 (GMT)
committerTony Lindgren <tony@atomide.com>2012-02-24 18:33:58 (GMT)
commit0aac881246fb25d017617cd7be68e93326d51ce1 (patch)
tree1c78286d59b899cd835fc5cdc7ad86b04493a2c3 /arch/arm/plat-omap/include/plat/mcspi.h
parent61b80086a525c8a6081257ae40da5dee2bcaee16 (diff)
downloadlinux-fsl-qoriq-0aac881246fb25d017617cd7be68e93326d51ce1.tar.xz
ARM: OMAP: McSPI: Remove unused flag from struct omap2_mcspi_device_config
Flag single_channel in struct omap2_mcspi_device_config is not used by drivers/spi/spi-omap2-mcspi.c so we may remove it from include/plat/mcspi.h and affected board files. Signed-off-by: Jarkko Nikula <jarkko.nikula@bitmer.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat/mcspi.h')
-rw-r--r--arch/arm/plat-omap/include/plat/mcspi.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/include/plat/mcspi.h b/arch/arm/plat-omap/include/plat/mcspi.h
index 3d51b18..a357eb2 100644
--- a/arch/arm/plat-omap/include/plat/mcspi.h
+++ b/arch/arm/plat-omap/include/plat/mcspi.h
@@ -18,9 +18,6 @@ struct omap2_mcspi_dev_attr {
struct omap2_mcspi_device_config {
unsigned turbo_mode:1;
-
- /* Do we want one channel enabled at the same time? */
- unsigned single_channel:1;
};
#endif