X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-3.2%2F863-gpiommc.patch;fp=target%2Flinux%2Fgeneric%2Fpatches-3.2%2F863-gpiommc.patch;h=e04c1ef2fc01924a10eb5ade42813308b3e830f2;hp=998e716ce3da74f20bc5e4c1490baa3e6ff46426;hb=5cd5b536afe7041a8821b3cae6d138f90bc5f8d3;hpb=ca8a30517ce8ad0bf13ce8c5b68cfd103202c53d 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 +#include +#include +#include