From patchwork Fri Jan 13 13:14:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulf Hansson X-Patchwork-Id: 91405 Delivered-To: patches@linaro.org Received: by 10.182.3.34 with SMTP id 2csp131034obz; Fri, 13 Jan 2017 05:14:40 -0800 (PST) X-Received: by 10.46.22.15 with SMTP id w15mr6039634ljd.35.1484313279621; Fri, 13 Jan 2017 05:14:39 -0800 (PST) Return-Path: Received: from mail-lf0-x22d.google.com (mail-lf0-x22d.google.com. [2a00:1450:4010:c07::22d]) by mx.google.com with ESMTPS id g144si7861921lfd.53.2017.01.13.05.14.39 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Jan 2017 05:14:39 -0800 (PST) Received-SPF: pass (google.com: domain of ulf.hansson@linaro.org designates 2a00:1450:4010:c07::22d as permitted sender) client-ip=2a00:1450:4010:c07::22d; 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::22d 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-x22d.google.com with SMTP id v186so37161070lfa.1 for ; Fri, 13 Jan 2017 05:14:39 -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=YN0KaEMpNXU/p+Ida1nv7BIXnHQVn6xcc2yYOvCU3iA=; b=Cr2xtshwVsQ6R++xmimB3xIeg9w9pRLyuxjz7iBZbM4ZnLoFPmx6iPilFahBT3SExz AJTlkAr/DRpztud4+ApIseEFlRHrsvHIrQcSoyDiy4c8Iyz43I2P///mEBh0bKCcD27K sIASef4v/Jy9MmRloG4tPzVfz9+4zclyQOKWo= 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=YN0KaEMpNXU/p+Ida1nv7BIXnHQVn6xcc2yYOvCU3iA=; b=Nd/PuRkTIliWB7c3LmeouCAe31ZRW4eHJWb7ROib1kRDu07or7GvLQVZL+YOkm9c/H mgg1ygYAwXU9qIaxxn+SUY4gXvvcfwYKpCDi7iKUhqcb0nLxfbU++JT1tUljHShhO9pr 6GRrTFyZxyN9y4+7I3wlU3dDstVSNmwrb/OKCq6XS6bSc03RuFkz+VzT6AvI9Ot27tPQ aCIeS0AHQscmhyHELG2a4dnEJO4bl03qCQ15l1T+F9JbvXglSRJgqp4wLO9mar2l86Lo fEZWUP+bPp7AEuWHQLf7wd9E5dou9qF4Y/yfU/fp9c2uJycSvX/JZZXVWratGGJW1JKO F3uQ== X-Gm-Message-State: AIkVDXLGVvKxkrM8gHiJxWswMrq8uSyHl09fm5QP7EsO5jBykeA1RwyP/KuTf7+DASbCKhljilk= X-Received: by 10.46.20.73 with SMTP id 9mr7485455lju.10.1484313279174; Fri, 13 Jan 2017 05:14:39 -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.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 13 Jan 2017 05:14:37 -0800 (PST) From: Ulf Hansson To: linux-mmc@vger.kernel.org, Ulf Hansson Cc: Jaehoon Chung , Adrian Hunter , Linus Walleij , Sekhar Nori , Kevin Hilman , Subject: [PATCH v3 02/15] ARM: davinci: Don't rely on public mmc header to include leds.h Date: Fri, 13 Jan 2017 14:14:03 +0100 Message-Id: <1484313256-25993-3-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> Some of the davinci boards, da850-evm, dm644x-evm and neuros-osd2 depends on leds.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-da850-evm.c | 1 + arch/arm/mach-davinci/board-dm644x-evm.c | 1 + arch/arm/mach-davinci/board-neuros-osd2.c | 1 + 3 files changed, 3 insertions(+) -- 1.9.1 diff --git a/arch/arm/mach-davinci/board-da850-evm.c b/arch/arm/mach-davinci/board-da850-evm.c index aac3ab1..df3ca38 100644 --- a/arch/arm/mach-davinci/board-da850-evm.c +++ b/arch/arm/mach-davinci/board-da850-evm.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include diff --git a/arch/arm/mach-davinci/board-dm644x-evm.c b/arch/arm/mach-davinci/board-dm644x-evm.c index 521e4097..023480b 100644 --- a/arch/arm/mach-davinci/board-dm644x-evm.c +++ b/arch/arm/mach-davinci/board-dm644x-evm.c @@ -25,6 +25,7 @@ #include #include #include +#include #include diff --git a/arch/arm/mach-davinci/board-neuros-osd2.c b/arch/arm/mach-davinci/board-neuros-osd2.c index ad10017..0a78388 100644 --- a/arch/arm/mach-davinci/board-neuros-osd2.c +++ b/arch/arm/mach-davinci/board-neuros-osd2.c @@ -25,6 +25,7 @@ */ #include #include +#include #include #include #include