From: Florian Fainelli Date: Mon, 30 Jan 2012 10:53:16 +0000 (+0000) Subject: fix gpiommc build failure with 3.2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0501ea063b7b965f8ea70669305595af6f19386c;p=lede.git fix gpiommc build failure with 3.2 SVN-Revision: 29954 --- 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