1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-24 05:42:59 +02:00

[kernel] Fix gpio_spi_old module for 2.6.35

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22576 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2010-08-10 11:17:04 +00:00
parent b2932eb6a9
commit 24f720d083

View File

@ -162,7 +162,7 @@ Please use the new mainline SPI-GPIO driver, as of 2.6.29.
+ } while (0)
+
+#define EXPAND_BITBANG_TXRX
+#include <linux/spi/spi_bitbang.h>
+#include "spi_bitbang_txrx.h"
+
+static u32 spi_gpio_txrx_mode0(struct spi_device *spi,
+ unsigned nsecs, u32 word, u8 bits)