diff options
author | Mark Brown <broonie@linaro.org> | 2013-06-26 16:21:06 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-26 16:21:06 +0100 |
commit | ed893559c9799df3b32051871c22017151394d82 (patch) | |
tree | 09b08825a81f00911a66b4c133fc9f00d6c4548d /drivers/mfd | |
parent | 592cd34d9431736493c375b609f7f7d4458a8637 (diff) | |
parent | 913b19660e166e718d419cccd753c3990881f17c (diff) | |
download | lwn-ed893559c9799df3b32051871c22017151394d82.tar.gz lwn-ed893559c9799df3b32051871c22017151394d82.zip |
Merge remote-tracking branch 'spi/topic/xilinx' into spi-next
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/timberdale.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/timberdale.c b/drivers/mfd/timberdale.c index 59e0ee247e86..0c1fcbc23d04 100644 --- a/drivers/mfd/timberdale.c +++ b/drivers/mfd/timberdale.c @@ -145,7 +145,6 @@ static struct spi_board_info timberdale_spi_8bit_board_info[] = { static struct xspi_platform_data timberdale_xspi_platform_data = { .num_chipselect = 3, - .little_endian = true, /* bits per word and devices will be filled in runtime depending * on the HW config */ |