From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lf0-x22e.google.com ([IPv6:2a00:1450:4010:c07::22e]:34301 "EHLO mail-lf0-x22e.google.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23993940AbdAMNOweS7O8 (ORCPT ); Fri, 13 Jan 2017 14:14:52 +0100 Received: by mail-lf0-x22e.google.com with SMTP id v186so37163815lfa.1 for ; Fri, 13 Jan 2017 05:14:52 -0800 (PST) From: Ulf Hansson Subject: [PATCH v3 04/15] MIPS: Alchemy: Don't rely on public mmc header to include interrupt.h Date: Fri, 13 Jan 2017 14:14:05 +0100 Message-ID: <1484313256-25993-5-git-send-email-ulf.hansson@linaro.org> In-Reply-To: <1484313256-25993-1-git-send-email-ulf.hansson@linaro.org> References: <1484313256-25993-1-git-send-email-ulf.hansson@linaro.org> Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: linux-mmc@vger.kernel.org, Ulf Hansson Cc: Jaehoon Chung , Adrian Hunter , Linus Walleij , Ralf Baechle , linux-mips@linux-mips.org Message-ID: <20170113131405.d3v-dqgVshu3ShfnnL3FPJI_1CfvJjoZJCZEhsyKAqM@z> 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 --- 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(+) 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 #include #include +#include #include #include #include -- 1.9.1