Message ID | 1484313256-25993-5-git-send-email-ulf.hansson@linaro.org |
---|---|
State | New |
Headers | show |
On Fri, Jan 13, 2017 at 02:14:05PM +0100, Ulf Hansson wrote: > The MIPS Alchemy db1300 dev board depends on interrupt.h. Explicitly > include it instead of relying on the public mmc header host.h. > > Cc: Ralf Baechle <ralf@linux-mips.org> > Cc: <linux-mips@linux-mips.org> > Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> > --- > > I am seeking an ack for this change as following changes for mmc in the > series, has build-dependencies to it. Acked-by: Ralf Baechle <ralf@linux-mips.org> Ralf -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/mips/alchemy/devboards/db1300.c b/arch/mips/alchemy/devboards/db1300.c index d3c087f..a5504f5 100644 --- a/arch/mips/alchemy/devboards/db1300.c +++ b/arch/mips/alchemy/devboards/db1300.c @@ -13,6 +13,7 @@ #include <linux/i2c.h> #include <linux/io.h> #include <linux/leds.h> +#include <linux/interrupt.h> #include <linux/ata_platform.h> #include <linux/mmc/host.h> #include <linux/module.h>
The MIPS Alchemy db1300 dev board depends on interrupt.h. Explicitly include it instead of relying on the public mmc header host.h. Cc: Ralf Baechle <ralf@linux-mips.org> Cc: <linux-mips@linux-mips.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> --- I am seeking an ack for this change as following changes for mmc in the series, has build-dependencies to it. --- arch/mips/alchemy/devboards/db1300.c | 1 + 1 file changed, 1 insertion(+) -- 1.9.1