[kernel] fix gpiommc build failure with 3.2
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-3.2 / 863-gpiommc.patch
index 998e716ce3da74f20bc5e4c1490baa3e6ff46426..e04c1ef2fc01924a10eb5ade42813308b3e830f2 100644 (file)
@@ -1,6 +1,6 @@
 --- /dev/null
 +++ b/drivers/mmc/host/gpiommc.c
 --- /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
 +/*
 + * 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.
 + */
 +
 + * 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>
 +#include <linux/mmc/gpiommc.h>
 +#include <linux/platform_device.h>
 +#include <linux/list.h>