diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-01-30 10:53:16 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-01-30 10:53:16 +0000 |
commit | e7449c833114666b650289108bc38f4350471026 (patch) | |
tree | 0ef5b9417a1413f8ff672ed998afa6913a1fb8c8 /target/linux | |
parent | 1c14360a21c644ec063f6a922a734541e5ef3610 (diff) | |
download | master-187ad058-e7449c833114666b650289108bc38f4350471026.tar.gz master-187ad058-e7449c833114666b650289108bc38f4350471026.tar.bz2 master-187ad058-e7449c833114666b650289108bc38f4350471026.zip |
[kernel] fix gpiommc build failure with 3.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29954 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/patches-3.2/863-gpiommc.patch | 3 |
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> |