From patchwork Fri Jan 13 13:14:05 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulf Hansson X-Patchwork-Id: 91407 Delivered-To: patches@linaro.org Received: by 10.182.3.34 with SMTP id 2csp131071obz; Fri, 13 Jan 2017 05:14:47 -0800 (PST) X-Received: by 10.25.67.11 with SMTP id q11mr7705562lfa.139.1484313287572; Fri, 13 Jan 2017 05:14:47 -0800 (PST) Return-Path: Received: from mail-lf0-x22e.google.com (mail-lf0-x22e.google.com. [2a00:1450:4010:c07::22e]) by mx.google.com with ESMTPS id 25si7868018ljn.37.2017.01.13.05.14.47 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Jan 2017 05:14:47 -0800 (PST) Received-SPF: pass (google.com: domain of ulf.hansson@linaro.org designates 2a00:1450:4010:c07::22e as permitted sender) client-ip=2a00:1450:4010:c07::22e; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: domain of ulf.hansson@linaro.org designates 2a00:1450:4010:c07::22e as permitted sender) smtp.mailfrom=ulf.hansson@linaro.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: by mail-lf0-x22e.google.com with SMTP id k86so37150006lfi.0 for ; Fri, 13 Jan 2017 05:14:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=fy/xJP9Omfrp4mmDXtJ1iZBSYajhhQzVn//A1Wc89Z4=; b=PyArgOpZNAvTMNYNbTDrd3G3obQoy4dtQtjgvWCQD+MDnMypeMJU5oRNPCKNl8J2ZM QxRTG37JuOb2rH0BsozWtqgMXbM5KJucXpS5esk9g4uhSloZl4Wx1D67+mtr52198MSe 9+akniSogeb+iNs5u6GSWIj98XwNsMqlzkQH4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=fy/xJP9Omfrp4mmDXtJ1iZBSYajhhQzVn//A1Wc89Z4=; b=Kj4WfKcCj2xJW2MZGh113+qQUZt2+FtMvec+5NkWIgb75MkyRAqCL0FO3xDADwPWPi Unfc58VyKLF0KjL8u6EIr/qmgIEM2EAwwz1fIonOLiuj1WrpSX8JQsy89nKfg9CQ0JTz mYCRSx0u8OleSwwNDWKzqtB/aY7NdNYw2zjfOn752uPbi3p+xsqd4aETJBz27H8YaTLQ XqSXS4tfL2ho4fCoQKJiOSwJxAFPN19hGi0yWprN1qXUvgA0ghYBQHR0gTbpHE/dBEED v84f4GbbLz5mOtsufXAaTa8eSkWrmbF2eM22Ado646YKxlXIWRg576RrlzbwsX/Bx/hH 2HSg== X-Gm-Message-State: AIkVDXJ/lVd4YR0JbYP7NPMCFcuCdb5p22UxIxflYcbHdAcvRlT8Q4kejnHLtzX2HQStN9tFfYQ= X-Received: by 10.25.156.199 with SMTP id f190mr7435772lfe.166.1484313286887; Fri, 13 Jan 2017 05:14:46 -0800 (PST) Return-Path: Received: from localhost.localdomain (h-155-4-221-67.na.cust.bahnhof.se. [155.4.221.67]) by smtp.gmail.com with ESMTPSA id l67sm2931452lfb.15.2017.01.13.05.14.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 13 Jan 2017 05:14:45 -0800 (PST) From: Ulf Hansson To: linux-mmc@vger.kernel.org, Ulf Hansson Cc: Jaehoon Chung , Adrian Hunter , Linus Walleij , Ralf Baechle , 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> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1484313256-25993-1-git-send-email-ulf.hansson@linaro.org> References: <1484313256-25993-1-git-send-email-ulf.hansson@linaro.org> 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(+) -- 1.9.1 Acked-by: Ralf Baechle 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