From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Hansson Subject: [PATCH v3 03/15] ARM: davinci: Don't rely on public mmc header to include interrupt.h Date: Fri, 13 Jan 2017 14:14:04 +0100 Message-ID: <1484313256-25993-4-git-send-email-ulf.hansson@linaro.org> References: <1484313256-25993-1-git-send-email-ulf.hansson@linaro.org> Return-path: Received: from mail-lf0-f44.google.com ([209.85.215.44]:33963 "EHLO mail-lf0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751566AbdAMNOo (ORCPT ); Fri, 13 Jan 2017 08:14:44 -0500 Received: by mail-lf0-f44.google.com with SMTP id v186so37162298lfa.1 for ; Fri, 13 Jan 2017 05:14:43 -0800 (PST) In-Reply-To: <1484313256-25993-1-git-send-email-ulf.hansson@linaro.org> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: linux-mmc@vger.kernel.org, Ulf Hansson Cc: Jaehoon Chung , Adrian Hunter , Linus Walleij , Sekhar Nori , Kevin Hilman , linux-arm-kernel@lists.infradead.org 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 --- I am seeking an ack for this change as following changes for mmc in the series, has build-dependencies to it. --- 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 41d5500..a3e7807 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 -- 1.9.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: ulf.hansson@linaro.org (Ulf Hansson) Date: Fri, 13 Jan 2017 14:14:04 +0100 Subject: [PATCH v3 03/15] ARM: davinci: Don't rely on public mmc header to include interrupt.h In-Reply-To: <1484313256-25993-1-git-send-email-ulf.hansson@linaro.org> References: <1484313256-25993-1-git-send-email-ulf.hansson@linaro.org> Message-ID: <1484313256-25993-4-git-send-email-ulf.hansson@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 --- I am seeking an ack for this change as following changes for mmc in the series, has build-dependencies to it. --- 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 41d5500..a3e7807 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 -- 1.9.1