From patchwork Sat May 5 10:53:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 909122 X-Patchwork-Delegate: yamada.m@jp.panasonic.com 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=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=socionext.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="dakMIJGC"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 40dQm93MYfz9s2t for ; Sat, 5 May 2018 20:56:09 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id A3A29C21FA4; Sat, 5 May 2018 10:55:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id F0B82C21FB2; Sat, 5 May 2018 10:54:18 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id F11F4C21E16; Sat, 5 May 2018 10:54:15 +0000 (UTC) Received: from conuserg-08.nifty.com (conuserg-08.nifty.com [210.131.2.75]) by lists.denx.de (Postfix) with ESMTPS id E15F5C21F74 for ; Sat, 5 May 2018 10:54:14 +0000 (UTC) Received: from grover.sesame (FL1-125-199-20-195.osk.mesh.ad.jp [125.199.20.195]) (authenticated) by conuserg-08.nifty.com with ESMTP id w45As4Et023712; Sat, 5 May 2018 19:54:06 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com w45As4Et023712 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1525517646; bh=OCLIrhE6Yag8LECVfLyj7lmiYs4f2Zsr9XwCmtGOlys=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dakMIJGCBVLl9aPcmzPs0KQRt7GD99RsP/w3z7h2gj8Y/evBjnF9eqa1H0lBJW/7D LOj1vTpQ+rJ2BTYpaGW9NM2umGfGfb4gt073j7cTL4+EUeIO9gZjI1ugINoJhsGHKR FZkwNZQYBGXQS67ZBW85SfKLsCj0gzOzO3oP+8yD1s5RCGp3sIoTZFBQrA+OivgxFP q/T3JiBWjSjH7XYtRllEa0oUUPTGED9QeCfARKN6fzDiAUshNDQA40z+0ZGYylSJLf 9/qZBWtbqVacY184poNCmNaPlTor6T2EJ7M27fQ32UWWI5xvcHVNDwh5g6Wr/uQEaB jKHGrd+6ojPaA== X-Nifty-SrcIP: [125.199.20.195] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Sat, 5 May 2018 19:53:53 +0900 Message-Id: <1525517637-17603-4-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1525517637-17603-1-git-send-email-yamada.masahiro@socionext.com> References: <1525517637-17603-1-git-send-email-yamada.masahiro@socionext.com> Subject: [U-Boot] [PATCH 3/7] pinctrl: uniphier: include instead of X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" The #include is here to use BUILD_BUG_ON_ZERO(). By replacing it with , we can 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 a0eccf8..40e5ad7 100644 --- a/drivers/pinctrl/uniphier/pinctrl-uniphier.h +++ b/drivers/pinctrl/uniphier/pinctrl-uniphier.h @@ -9,7 +9,7 @@ #define __PINCTRL_UNIPHIER_H__ #include -#include +#include #include #include