From: Ulf Hansson Date: Fri, 13 Jan 2017 13:14:04 +0000 (+0100) Subject: ARM: davinci: Don't rely on public mmc header to include interrupt.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=981f18e646d31f4eb171850489079b110f9cdd4b;p=linux.git 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 --- diff --git a/arch/arm/mach-davinci/board-omapl138-hawk.c b/arch/arm/mach-davinci/board-omapl138-hawk.c index 41d5500996b2d..a3e78074be701 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