From patchwork Mon Feb 24 22:44:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3712141 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id ABE6F9F35F for ; Mon, 24 Feb 2014 22:44:05 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E30FC20149 for ; Mon, 24 Feb 2014 22:44:04 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D82AC20127 for ; Mon, 24 Feb 2014 22:44:03 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WI4Fi-0003i3-Lw; Mon, 24 Feb 2014 22:43:58 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WI4Fg-00056y-C0; Mon, 24 Feb 2014 22:43:56 +0000 Received: from mail-pa0-x235.google.com ([2607:f8b0:400e:c03::235]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WI4Fc-00056e-P6 for linux-arm-kernel@lists.infradead.org; Mon, 24 Feb 2014 22:43:53 +0000 Received: by mail-pa0-f53.google.com with SMTP id lj1so7107355pab.26 for ; Mon, 24 Feb 2014 14:43:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:subject; bh=TQzYKA8SdEsOOzkiqvYtTC/CAK1h0zlnU7AECZqff8Y=; b=Qq+6YrVgAv56T0tlNZlgY1n2YiKF0GyOmIL8d/PIiIzK1PFmjNQ6obwmVpfkYH9x2U ODpbD+zejBFdCKYeC8TXodsYTEshbhOSt9RZfUfHLPRJTkuJTU5QrsZIkWQ10FxdKFRm mBBU8AgoR37A4dfsu/dvgA69J/01Hm5DTzCyonlMppZEyjKYPs8T8CBCyjWVgE11cCvO HPWEv7Jlseh4pRWahh6ijoqRSfwhB2j8T9oamNHWIndwrG/x1O/5f8cQK9IRjuuVfyR9 QGhL1pJs8rCXOQ4KYYDE22mIXigT9ELvJS+N9ndVu7Mhq+OWRItAUYhBjSS7GywpHLz6 eNYg== X-Received: by 10.67.22.100 with SMTP id hr4mr27903539pad.112.1393281808456; Mon, 24 Feb 2014 14:43:28 -0800 (PST) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id pp5sm3530019pbb.33.2014.02.24.14.43.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Feb 2014 14:43:27 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Tue, 25 Feb 2014 07:44:46 +0900 Message-Id: <20140224224446.14786.79602.sendpatchset@w520> Subject: [PATCH v2] ARM: shmobile: Add temporary include workaround X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140224_174352_947795_26BD46F7 X-CRM114-Status: UNSURE ( 7.24 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: olof@lixom.net, horms@verge.net.au, Magnus Damm , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Add temporary include path in the mach-shmobile Makefile to aid coversion from using to "something.h" in the source files. Signed-off-by: Magnus Damm --- Changes since V1: - Use += instead of := to avoid breaking MULTIPLATFORM arch/arm/mach-shmobile/Makefile | 2 ++ 1 file changed, 2 insertions(+) --- 0001/arch/arm/mach-shmobile/Makefile +++ work/arch/arm/mach-shmobile/Makefile 2014-02-25 07:41:56.000000000 +0900 @@ -4,6 +4,8 @@ ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/mach-shmobile/include +ccflags-y += -I$(srctree)/arch/arm/mach-shmobile/include/mach + # Common objects obj-y := timer.o console.o