From: Anton Vorontsov Date: Sun, 1 Jun 2008 09:49:32 +0000 (+0200) Subject: mmc_spi: mmc_spi.h should include linux/interrupts.h X-Git-Tag: v2.6.26-rc5~24 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=63e14626eddb534ab429e9c2b95d3f7038b596b6;p=~emulex%2Finfiniband.git mmc_spi: mmc_spi.h should include linux/interrupts.h 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 Signed-off-by: Pierre Ossman Signed-off-by: Linus Torvalds --- diff --git a/include/linux/spi/mmc_spi.h b/include/linux/spi/mmc_spi.h index e9bbe3ebd72..d5ca78b93a3 100644 --- a/include/linux/spi/mmc_spi.h +++ b/include/linux/spi/mmc_spi.h @@ -1,6 +1,8 @@ #ifndef __LINUX_SPI_MMC_SPI_H #define __LINUX_SPI_MMC_SPI_H +#include + struct device; struct mmc_host;