The patch titled fix s3c24xx gpio driver (include linux/workqueue.h) has been added to the -mm tree. Its filename is fix-s3c24xx-gpio-driver-include-linux-workqueueh.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fix s3c24xx gpio driver (include linux/workqueue.h) From: Ben Dooks <ben-linux@xxxxxxxxx> The general gpio driver includes seem to now depend on having <linux/workqueue.h> included before they are. Signed-off-by: Ben Dooks <ben-linux@xxxxxxxxx> Signed-off-by: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/spi/spi_s3c24xx_gpio.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/spi/spi_s3c24xx_gpio.c~fix-s3c24xx-gpio-driver-include-linux-workqueueh drivers/spi/spi_s3c24xx_gpio.c --- a/drivers/spi/spi_s3c24xx_gpio.c~fix-s3c24xx-gpio-driver-include-linux-workqueueh +++ a/drivers/spi/spi_s3c24xx_gpio.c @@ -15,6 +15,7 @@ #include <linux/init.h> #include <linux/delay.h> #include <linux/spinlock.h> +#include <linux/workqueue.h> #include <linux/platform_device.h> #include <linux/spi/spi.h> _ Patches currently in -mm which might be from ben-linux@xxxxxxxxx are maintainers-fix-email-for-s3c2410-and-s3c2440.patch fix-s3c24xx-gpio-driver-include-linux-workqueueh.patch git-watchdog.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html