The patch titled spi: mmc_spi.h should include linux/interrupts.h has been removed from the -mm tree. Its filename was mmc_spih-should-include-linux-interruptsh.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: spi: mmc_spi.h should include linux/interrupts.h From: Anton Vorontsov <avorontsov@xxxxxxxxxxxxx> Since mmc_spi.h uses irqreturn_t type, it should include appropriate header, otherwise build will break if users didn't include it (some of them do not use interrupts). Signed-off-by: Anton Vorontsov <avorontsov@xxxxxxxxxxxxx> Cc: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> Cc: Pierre Ossman <drzeus-mmc@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/spi/mmc_spi.h | 2 ++ 1 file changed, 2 insertions(+) diff -puN include/linux/spi/mmc_spi.h~mmc_spih-should-include-linux-interruptsh include/linux/spi/mmc_spi.h --- a/include/linux/spi/mmc_spi.h~mmc_spih-should-include-linux-interruptsh +++ a/include/linux/spi/mmc_spi.h @@ -1,6 +1,8 @@ #ifndef __LINUX_SPI_MMC_SPI_H #define __LINUX_SPI_MMC_SPI_H +#include <linux/interrupt.h> + struct device; struct mmc_host; _ Patches currently in -mm which might be from avorontsov@xxxxxxxxxxxxx are origin.patch serial-fix-driver_name-conflicts.patch linux-next.patch git-leds.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