From patchwork Wed Jul 26 21:02:21 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Kaehlcke X-Patchwork-Id: 9865887 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 83AB1601A1 for ; Wed, 26 Jul 2017 21:04:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6FBB228799 for ; Wed, 26 Jul 2017 21:04:27 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 609EB287A0; Wed, 26 Jul 2017 21:04:27 +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.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE autolearn=ham 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 1526228799 for ; Wed, 26 Jul 2017 21:04:26 +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=1sJQ1QugbvoXsPK3ZSHB5ARukZ9qJyom5Ud6rbE1WmA=; b=dJc OKWDKqt/auXjjdAPCCBl5XFLkNZn/Hc5gdytX2jlFjtuHewdxqGRyVjpQAvvJ6ojvirHn3V0AXLc8 N8WMbeWnFuGN070Bjhr+p196uFZ25o6lDkfvUFHFeHW+b3CCydSTit16aYwmWS2arkqRGEkZHbgBe 5atuuN3UTnNczyEDHa2nSNKd2l3DDtIHr205nVKRDFjzaWoNt+ThzsIvehIqAtMA5rJrqkPAwqsDg 77Qn2uwA/1GYGUYWgTlVcpWqUCyba0URFlPejAsnRy738Xqxjmui9UBt2fVNYoybI06I3Ooa27r+v hrDmMGgHnGFdD1qbMaGoCQD/xjuQ9Bg==; 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 1daTTJ-00028R-MY; Wed, 26 Jul 2017 21:03:57 +0000 Received: from mail-pg0-f41.google.com ([74.125.83.41]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1daTSl-0001WG-Hi for linux-arm-kernel@lists.infradead.org; Wed, 26 Jul 2017 21:03:29 +0000 Received: by mail-pg0-f41.google.com with SMTP id 123so88996857pgj.1 for ; Wed, 26 Jul 2017 14:03:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=T+14aI84GEAAPmKPMxVa4KIuJCPHAPNV87jDeb4yZO0=; b=kvINzzlT7OfVim4XyGLr6bHNvsmhYu2qnMFSqHgJqcArkQ6p0L36x6Ogp3EoYN/0zO 77VJhYcAu3X/1hKxSlcB3xcCyphaE6tKDC1qLWwS8lWS4028r8JVIMjBY8rhEAkdScvi EkSGFNETuAgYewxD3F5nxzwohbYFVfCRVwN74XCmkOaGKurOLjgrQhKrEiQsaWhaNGBV F66mInQKyO2u+erh9QQmJOIOZByCzzQOzQR9RzEyjMjyzEyBeIB3SWXv9DJZeZRL45vz XeDGCigusqDnJjdGlsCEasDUpaTbxVx67lswPMsUCheJatL92CmEOEjkXVsHgLEbpyQD pCAg== X-Gm-Message-State: AIVw110n3LhOPy2khSGyi3fQrfCIsMosotgOD0drlBFjSuGSawRcGBC2 e7R01dPe5baa5SJr X-Received: by 10.98.34.201 with SMTP id p70mr1959461pfj.330.1501102980005; Wed, 26 Jul 2017 14:03:00 -0700 (PDT) Received: from mka.mtv.corp.google.com ([172.22.112.49]) by smtp.gmail.com with ESMTPSA id k85sm795968pfj.5.2017.07.26.14.02.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 26 Jul 2017 14:02:59 -0700 (PDT) From: Matthias Kaehlcke To: Maxime Ripard , Chen-Yu Tsai , Michael Turquette , Stephen Boyd Subject: [PATCH] clk: sunxi-ng: Fix header guard of ccu-sun8i-r.h Date: Wed, 26 Jul 2017 14:02:21 -0700 Message-Id: <20170726210221.173968-1-mka@chromium.org> X-Mailer: git-send-email 2.14.0.rc0.400.g1c36432dff-goog X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170726_140324_658945_41ADE04F X-CRM114-Status: UNSURE ( 8.18 ) 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: Matthias Kaehlcke , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.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 Remove trailing extra underscore in definition of _CCU_SUN8I_R_H Signed-off-by: Matthias Kaehlcke --- drivers/clk/sunxi-ng/ccu-sun8i-r.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/sunxi-ng/ccu-sun8i-r.h b/drivers/clk/sunxi-ng/ccu-sun8i-r.h index a7a407f12b56..fb01bffb929d 100644 --- a/drivers/clk/sunxi-ng/ccu-sun8i-r.h +++ b/drivers/clk/sunxi-ng/ccu-sun8i-r.h @@ -13,7 +13,7 @@ */ #ifndef _CCU_SUN8I_R_H -#define _CCU_SUN8I_R_H_ +#define _CCU_SUN8I_R_H #include #include