summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-01-30 10:53:16 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-01-30 10:53:16 +0000
commit0501ea063b7b965f8ea70669305595af6f19386c (patch)
tree7fcf8cf3276c318d4bcd661f0e1647ecbfe095a7 /target/linux
parent55b5e15bfff595ebd980b19afe1f879d036754d8 (diff)
downloadmaster-31e0f0ae-0501ea063b7b965f8ea70669305595af6f19386c.tar.gz
master-31e0f0ae-0501ea063b7b965f8ea70669305595af6f19386c.tar.bz2
master-31e0f0ae-0501ea063b7b965f8ea70669305595af6f19386c.zip
fix gpiommc build failure with 3.2
SVN-Revision: 29954
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/generic/patches-3.2/863-gpiommc.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.2/863-gpiommc.patch b/target/linux/generic/patches-3.2/863-gpiommc.patch
index 998e716ce3..e04c1ef2fc 100644
--- a/target/linux/generic/patches-3.2/863-gpiommc.patch
+++ b/target/linux/generic/patches-3.2/863-gpiommc.patch
@@ -1,6 +1,6 @@
--- /dev/null
+++ 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.
+ * 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.
+ */
+
++#include <linux/module.h>
+#include <linux/mmc/gpiommc.h>
+#include <linux/platform_device.h>
+#include <linux/list.h>