X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/c33bc5192a5615761c275b4a7993c4d5967bb773..fa8e8a47a84ad7575bfda2fcd724d8a7c9ec4bd8:/target/linux/generic-2.6/patches-2.6.28/922-gpiommc.patch diff --git a/target/linux/generic-2.6/patches-2.6.28/922-gpiommc.patch b/target/linux/generic-2.6/patches-2.6.28/922-gpiommc.patch index cc16a10f8..5d9e44d73 100644 --- a/target/linux/generic-2.6/patches-2.6.28/922-gpiommc.patch +++ b/target/linux/generic-2.6/patches-2.6.28/922-gpiommc.patch @@ -15,7 +15,7 @@ +#include +#include +#include -+#include ++#include +#include +#include +#include @@ -618,7 +618,7 @@ + +config GPIOMMC + tristate "MMC/SD over GPIO-based SPI" -+ depends on MMC && MMC_SPI && SPI_GPIO ++ depends on MMC && MMC_SPI && (SPI_GPIO || SPI_GPIO_OLD) + help + This driver hooks up the mmc_spi and spi_gpio modules so that + MMC/SD cards can be used on a GPIO based bus by bitbanging @@ -824,7 +824,7 @@ +be done automatically. --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -1910,6 +1910,11 @@ W: http://moinejf.free.fr +@@ -1911,6 +1911,11 @@ W: http://moinejf.free.fr L: video4linux-list@redhat.com S: Maintained