From patchwork Sat Sep 2 17:26:18 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 809128 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="MDzBHfPa"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3xl32d3qS4z9s7M for ; Sun, 3 Sep 2017 03:27:21 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751596AbdIBR1T (ORCPT ); Sat, 2 Sep 2017 13:27:19 -0400 Received: from conuserg-09.nifty.com ([210.131.2.76]:47476 "EHLO conuserg-09.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751436AbdIBR1S (ORCPT ); Sat, 2 Sep 2017 13:27:18 -0400 Received: from grover.sesame (FL1-122-131-185-176.osk.mesh.ad.jp [122.131.185.176]) (authenticated) by conuserg-09.nifty.com with ESMTP id v82HQMLS004952; Sun, 3 Sep 2017 02:26:22 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com v82HQMLS004952 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1504373182; bh=H6Ps/SsPj8+OJoVSOxqP7M+c8TCtqDBHwCiPNSDU/QM=; h=From:To:Cc:Subject:Date:From; b=MDzBHfPaVH5MqrsDUYZdUUkCwtZespW9GII5AR9vrcgdTapDoP+1+R05R+Pstm306 Zje23224MZdzU4LgCr81MviEYXlUHhy0/7xmotsCCzIyckVhYVRzQlmvAfczVtedBD zQwfJNKhg/5xRb6ZLnZxuHWuCYwiL1Rml5zeMUdWFrRtXMZf24dw8m14fQ8hBLjit8 NeehiCgU/IozPTJhKi3VcMHkRkh9RAwufQlRPHEyba2/zbqOaitmcpivWIF+Q63h/n llhOxWUzPrxzz8N/nracdJeRRvLyamb0zeQPdSQ5uXHqzlzsLuVafcCkxcyYwRmeYM skr/O955Ulgwg== X-Nifty-SrcIP: [122.131.185.176] From: Masahiro Yamada To: linux-gpio@vger.kernel.org Cc: Masahiro Yamada , Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] pinctrl: uniphier: include instead of Date: Sun, 3 Sep 2017 02:26:18 +0900 Message-Id: <1504373178-1022-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org The #includes is here to use BUILD_BUG_ON_ZERO(). Thanks to commit bc6245e5efd7 ("bug: split BUILD_BUG stuff out into "), it is now possible to reduce the number of headers pulled in. 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 c075ecb8e5db..0a3d2ac27503 100644 --- a/drivers/pinctrl/uniphier/pinctrl-uniphier.h +++ b/drivers/pinctrl/uniphier/pinctrl-uniphier.h @@ -17,7 +17,7 @@ #define __PINCTRL_UNIPHIER_H__ #include -#include +#include #include #include