mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 11:41:06 +02:00
[kernel] fix gpiommc build failure with 3.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29954 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4181b7c622
commit
55ef51a400
@ -1,6 +1,6 @@
|
|||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/drivers/mmc/host/gpiommc.c
|
+++ b/drivers/mmc/host/gpiommc.c
|
||||||
@@ -0,0 +1,608 @@
|
@@ -0,0 +1,609 @@
|
||||||
+/*
|
+/*
|
||||||
+ * Driver an MMC/SD card on a bitbanging GPIO SPI bus.
|
+ * Driver an MMC/SD card on a bitbanging GPIO SPI bus.
|
||||||
+ * This module hooks up the mmc_spi and spi_gpio modules and also
|
+ * This module hooks up the mmc_spi and spi_gpio modules and also
|
||||||
@ -11,6 +11,7 @@
|
|||||||
+ * Licensed under the GNU/GPL. See COPYING for details.
|
+ * Licensed under the GNU/GPL. See COPYING for details.
|
||||||
+ */
|
+ */
|
||||||
+
|
+
|
||||||
|
+#include <linux/module.h>
|
||||||
+#include <linux/mmc/gpiommc.h>
|
+#include <linux/mmc/gpiommc.h>
|
||||||
+#include <linux/platform_device.h>
|
+#include <linux/platform_device.h>
|
||||||
+#include <linux/list.h>
|
+#include <linux/list.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user