From d815cf8f33ef87bb2696febeb7b1592a77cf1514 Mon Sep 17 00:00:00 2001 From: Ulf Hansson Date: Fri, 13 Jan 2017 14:14:05 +0100 Subject: [PATCH] MIPS: Alchemy: Don't rely on public mmc header to include interrupt.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 Cc: Signed-off-by: Ulf Hansson Acked-by: Ralf Baechle --- arch/mips/alchemy/devboards/db1300.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/alchemy/devboards/db1300.c b/arch/mips/alchemy/devboards/db1300.c index d3c087f59f1a..a5504f57cb00 100644 --- a/arch/mips/alchemy/devboards/db1300.c +++ b/arch/mips/alchemy/devboards/db1300.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include -- 2.45.2