From 981f18e646d31f4eb171850489079b110f9cdd4b Mon Sep 17 00:00:00 2001 From: Ulf Hansson Date: Fri, 13 Jan 2017 14:14:04 +0100 Subject: ARM: davinci: Don't rely on public mmc header to include interrupt.h The davinci board omapl138-hawk, depends on interrupt.h. Explicitly include it instead of relying on the public mmc header host.h. Cc: Sekhar Nori Cc: Kevin Hilman Cc: Signed-off-by: Ulf Hansson Acked-by: Sekhar Nori --- arch/arm/mach-davinci/board-omapl138-hawk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-davinci/board-omapl138-hawk.c b/arch/arm/mach-davinci/board-omapl138-hawk.c index 41d5500996b2..a3e78074be70 100644 --- a/arch/arm/mach-davinci/board-omapl138-hawk.c +++ b/arch/arm/mach-davinci/board-omapl138-hawk.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include -- cgit