From patchwork Tue Oct 16 04:09:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 10643085 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 58B4E109C for ; Tue, 16 Oct 2018 04:11:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4661A29A8A for ; Tue, 16 Oct 2018 04:11:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3A27929AED; Tue, 16 Oct 2018 04:11:14 +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=-0.4 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,SUSPICIOUS_RECIPS autolearn=no version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.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 9E96A29A8A for ; Tue, 16 Oct 2018 04:11:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=KDDtw+iPhVHLrQ31TRxMiyIZUOk0BKb8+aHWc9G/2dc=; b=Aqq v5dqvCtSarxFDxi+wG3idpaSZWDHv4mm/B8kY3/mYcrKOgS9hvbOhzpULqiPvUwNwCwcjMkEOqvzT 9/P3FHDbdHUdAgBL/fPtKJQw/l/noYmKPRCiNBoGd3bYIruFvGRe7g09v4pnNC5fkXXPBcAWPFMY0 K4wU5OqNi4q/R9SHaJ7jFpE2uromEq1KKM0757yhVWcbvSuw2HSdVcnm5M4cbQc+9bB+AFha8UVQv GhPVYE2DcSV+/JkLgfQzMJjOjWm6DCBUpXwmx0KPzlImPRrOk0PEaEUB2ccT+dBY2p+sUY1GJSwWE 5eOiPzIxQbYf6HvnS6Wf2O0zodCnblQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gCGhD-0001Ka-Kz; Tue, 16 Oct 2018 04:11:03 +0000 Received: from conuserg-09.nifty.com ([210.131.2.76]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gCGh0-0001Jz-P5 for linux-arm-kernel@lists.infradead.org; Tue, 16 Oct 2018 04:11:00 +0000 Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-09.nifty.com with ESMTP id w9G4A3US006243; Tue, 16 Oct 2018 13:10:03 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com w9G4A3US006243 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1539663003; bh=Y7nB0A+WIP9fssvCRjk/kQT9YLZFFjDyU5jx8T7xl38=; h=From:To:Cc:Subject:Date:From; b=s6IkLnVHR4O85HFA/xc5A3smH/PfcP0mC72r0/u1rEytYN9Wab3/pEkYrfuvYwXLU cNtqK2dt7vmMYfpgTWhYgPA3KE4MVqEAMrOADB5CHyEokdjULAWm/MdIpJY38ZqZRk 6Vn+5EVbmvxlA3bm3aQImg7c3V5isyOLFsjvVuPKXei/doug1lsU0poRsdZWfMIWgC BWafygfpOG3UYcVupUFoEwzIjRtVri2Wmjz+MPbmR1vY+Qg4TsoNkbih4PjUvQm2Rv 5KTxo5ZZ9RhIHmhOj8CtJnWyrDVkHCuS71cpKf2GG30yU2qtoRkATjBllRkGxzAovA 1KVXUT6EjChSA== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-gpio@vger.kernel.org, Linus Walleij Subject: [PATCH] pinctrl: uniphier: include instead of Date: Tue, 16 Oct 2018 13:09:58 +0900 Message-Id: <1539662998-15467-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-20181015_211051_196816_65ED9EB7 X-CRM114-Status: UNSURE ( 8.55 ) 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-kernel@vger.kernel.org, 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 The reason of including here is just for BIT() macro. Since commit 8bd9cb51daac8 ("locking/atomics, asm-generic: Move some macros from to a new file"), is enough for such compile-time macros. Signed-off-by: Masahiro Yamada --- drivers/pinctrl/uniphier/pinctrl-uniphier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/uniphier/pinctrl-uniphier.h b/drivers/pinctrl/uniphier/pinctrl-uniphier.h index 0a3d2ac..c63e3c8 100644 --- a/drivers/pinctrl/uniphier/pinctrl-uniphier.h +++ b/drivers/pinctrl/uniphier/pinctrl-uniphier.h @@ -16,7 +16,7 @@ #ifndef __PINCTRL_UNIPHIER_H__ #define __PINCTRL_UNIPHIER_H__ -#include +#include #include #include #include