From patchwork Fri Jan 13 13:14:04 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulf Hansson X-Patchwork-Id: 91406 Delivered-To: patches@linaro.org Received: by 10.182.3.34 with SMTP id 2csp131052obz; Fri, 13 Jan 2017 05:14:43 -0800 (PST) X-Received: by 10.25.202.10 with SMTP id a10mr7211640lfg.23.1484313283126; Fri, 13 Jan 2017 05:14:43 -0800 (PST) Return-Path: Received: from mail-lf0-x22a.google.com (mail-lf0-x22a.google.com. [2a00:1450:4010:c07::22a]) by mx.google.com with ESMTPS id k29si7875954lfi.124.2017.01.13.05.14.42 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Jan 2017 05:14:43 -0800 (PST) Received-SPF: pass (google.com: domain of ulf.hansson@linaro.org designates 2a00:1450:4010:c07::22a as permitted sender) client-ip=2a00:1450:4010:c07::22a; 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::22a 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-x22a.google.com with SMTP id m78so37124919lfg.2 for ; Fri, 13 Jan 2017 05:14:42 -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=xCggm0x+ezq3tBKpacaF3LLDXBl8JrG3e1YZwCAdwSQ=; b=FjymAdwVHfxtEi4W6RpGUlSiH24OxX/pImHUHtQBtGT2A6mkUwRYTc1gzODRp71io7 ihHCsLNdlr3iDQUKcvFTJTXqac8LUgjEK6k6Tz19qHrCSBL41Lu58tbAK3kOOlpct2/b 076+k9nF9/IfOR9lLxiYWAiT8j/2K7rPv5Fnw= 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=xCggm0x+ezq3tBKpacaF3LLDXBl8JrG3e1YZwCAdwSQ=; b=QfPFz7VmKAU/fntMAlXhf/Q2YGQlFlwGpCN7lrn3k89vqxXh9l5nXDq3TnufAA9qmS AYDZgKgZ9FFhOCLU3vbX52OlTvPerj4LoIH1HQGZDPPFE/5WhjJZ6dY/uLiHoW3jlzgb X0g+aeo9vbq2/KiR32ZCGgBCgXbyKohHFgXT2lD96X38zNTAr3WPCiV7DDTC/M+AKpeG N5xJg/DzKY1L7FXyi2XOeIKk2Jjim+Qv4Hs08zw625uNqonCQ0NCUlrNL8hLl5/hfj9A CmqgliW9MF/jXyYiYbRJI+3aTMYjGXa8DVGdinFJ6fW4G/EMi2CpkwBeryKocnUpAXuO 6f+w== X-Gm-Message-State: AIkVDXItNLy2o8AouHxUQXTqOBuUsi3KhpLVhWKCxN1sUi3v06+n3rc3O8/dziMyVgX0RxkjhQM= X-Received: by 10.46.14.26 with SMTP id 26mr6997571ljo.24.1484313282687; Fri, 13 Jan 2017 05:14:42 -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.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 13 Jan 2017 05:14:41 -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 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> 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 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(+) -- 1.9.1 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