From patchwork Wed Feb 1 13:29:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 9549739 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 715F660415 for ; Wed, 1 Feb 2017 13:30:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6163528459 for ; Wed, 1 Feb 2017 13:30:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 563822845C; Wed, 1 Feb 2017 13:30:23 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, T_DKIM_INVALID autolearn=no version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id A3C2628459 for ; Wed, 1 Feb 2017 13:30:22 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cYuzO-0006VV-1Y; Wed, 01 Feb 2017 13:30:22 +0000 Received: from conuserg-08.nifty.com ([210.131.2.75]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cYuzI-0005I2-54 for linux-arm-kernel@lists.infradead.org; Wed, 01 Feb 2017 13:30:19 +0000 Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-08.nifty.com with ESMTP id v11DTO6L028538; Wed, 1 Feb 2017 22:29:27 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com v11DTO6L028538 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1485955767; bh=X1g618Gv725nLDLNp8zPvE/3xzBkw7kwtPKpa4f4C3s=; h=From:To:Cc:Subject:Date:From; b=B/69AW3zdtS6rO0uRoxfRzUPH0VqLn0nlwdNbfBtr7SHRZixye4T6azXuz7OlDXph yfuxg746duWN1ppIUR5ki1iJV3dlurK16ExiTFd3k3dcMWoCTS5v5HLh5FZ0Vb6LYq 2xnaSg5Qa06KaoZfBDLZzfarjoq39ChZ5+2ttKk3NBj5KIbyLgPCEl3HcPPhgogWs9 HV0lGFmyMzWC/oxipUoR57UZfPboPoYpRu5n2M1t9AIdfvndL+2e0XqmO770OZRicY AgTpq8rMV10c/zqWtsg0G3VRjDbSusdLzoVt+glyuHVIPGh7RXq1oFTUtUAOOEr094 ECpZEd8NlQ9zQ== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: patches@arm.linux.org.uk Subject: [PATCH 1/2] ARM: cache-uniphier: include instead of Date: Wed, 1 Feb 2017 22:29:22 +0900 Message-Id: <1485955762-4936-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170201_053016_537794_AF2898A9 X-CRM114-Status: UNSURE ( 7.29 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Masahiro Yamada , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Nothing in this header file depends on . Rather, should be included for -ENODEV. Signed-off-by: Masahiro Yamada --- KernelVersion: 4.10-rc1 arch/arm/include/asm/hardware/cache-uniphier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/hardware/cache-uniphier.h b/arch/arm/include/asm/hardware/cache-uniphier.h index eaa60da..0ef42ae 100644 --- a/arch/arm/include/asm/hardware/cache-uniphier.h +++ b/arch/arm/include/asm/hardware/cache-uniphier.h @@ -16,7 +16,7 @@ #ifndef __CACHE_UNIPHIER_H #define __CACHE_UNIPHIER_H -#include +#include #ifdef CONFIG_CACHE_UNIPHIER int uniphier_cache_init(void);