From patchwork Tue Feb 7 18:30:38 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Icenowy Zheng X-Patchwork-Id: 9560839 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 9EF2860547 for ; Tue, 7 Feb 2017 18:40:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8FBE528450 for ; Tue, 7 Feb 2017 18:40:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 833032846A; Tue, 7 Feb 2017 18:40:35 +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, RCVD_IN_DNSWL_NONE,T_DKIM_INVALID autolearn=no version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CFBC92845E for ; Tue, 7 Feb 2017 18:40:34 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id D2B602670FC; Tue, 7 Feb 2017 19:34:22 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 76D5E266925; Tue, 7 Feb 2017 19:34:19 +0100 (CET) Received: from forward7p.cmail.yandex.net (forward7p.cmail.yandex.net [87.250.241.192]) by alsa0.perex.cz (Postfix) with ESMTP id B5091266569 for ; Tue, 7 Feb 2017 19:34:17 +0100 (CET) Received: from smtp2m.mail.yandex.net (smtp2m.mail.yandex.net [IPv6:2a02:6b8:0:2519::122]) by forward7p.cmail.yandex.net (Yandex) with ESMTP id 4496D21B2F; Tue, 7 Feb 2017 21:34:16 +0300 (MSK) Received: from smtp2m.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2m.mail.yandex.net (Yandex) with ESMTP id 860172300869; Tue, 7 Feb 2017 21:34:09 +0300 (MSK) Received: by smtp2m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id xxF7boWy4P-Y08a9MtU; Tue, 07 Feb 2017 21:34:08 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aosc.xyz; s=mail; t=1486492448; bh=+Wvz4aSvF6YHfK1af1d7xUOQY7a76liHR5NLuOnxXVI=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=bMGVAB41O7FEBvaAL3NYzwmTsvliUIj+uBaWAurQ2WucOJlBYjLuKBEXmGc+wOQMN SMu2BQIzQqZ5kRj7cUXErqoubrBGWLyv3sxwUiXBSwqHuRuAdYsrrBDOngJ/WU3elC pJlxToNjquFu5yEyDjPN7Y0AN8iET9LCi10wDJ3Q= Authentication-Results: smtp2m.mail.yandex.net; dkim=pass header.i=@aosc.xyz X-Yandex-ForeignMX: FR X-Yandex-Suid-Status: 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 1130000036118848 From: Icenowy Zheng To: Maxime Ripard , Chen-Yu Tsai , Russell King , Catalin Marinas , Will Deacon , Mark Brown , Jaroslav Kysela , Andre Przywara Date: Wed, 8 Feb 2017 02:30:38 +0800 Message-Id: <20170207183042.62699-6-icenowy@aosc.xyz> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170207183042.62699-1-icenowy@aosc.xyz> References: <20170207183042.62699-1-icenowy@aosc.xyz> Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Icenowy Zheng , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [alsa-devel] [PATCH v4 5/9] dt-bindings: remove transitional headers for Allwinner H3 CCU X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP As we have already changed the DTSI file, the trnasitional dt-bindings header sun8i-h3-ccu.h for clock and reset will not be needed any more. Remove them. Signed-off-by: Icenowy Zheng --- include/dt-bindings/clock/sun8i-h3-ccu.h | 1 - include/dt-bindings/reset/sun8i-h3-ccu.h | 1 - 2 files changed, 2 deletions(-) delete mode 120000 include/dt-bindings/clock/sun8i-h3-ccu.h delete mode 120000 include/dt-bindings/reset/sun8i-h3-ccu.h diff --git a/include/dt-bindings/clock/sun8i-h3-ccu.h b/include/dt-bindings/clock/sun8i-h3-ccu.h deleted file mode 120000 index ef38232141e4..000000000000 --- a/include/dt-bindings/clock/sun8i-h3-ccu.h +++ /dev/null @@ -1 +0,0 @@ -sunxi-h3-h5-ccu.h \ No newline at end of file diff --git a/include/dt-bindings/reset/sun8i-h3-ccu.h b/include/dt-bindings/reset/sun8i-h3-ccu.h deleted file mode 120000 index ef38232141e4..000000000000 --- a/include/dt-bindings/reset/sun8i-h3-ccu.h +++ /dev/null @@ -1 +0,0 @@ -sunxi-h3-h5-ccu.h \ No newline at end of file