Received: by 10.213.65.68 with SMTP id h4csp619093imn; Fri, 6 Apr 2018 06:16:17 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/2CQ9f/SIYq0IV0d5UrnytfOOGBxH9RtFyLaCNNkZOTDDe/e+eXqF2turYgmIdZld9jCmE X-Received: by 2002:a17:902:8f85:: with SMTP id z5-v6mr18825794plo.105.1523020577649; Fri, 06 Apr 2018 06:16:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523020577; cv=none; d=google.com; s=arc-20160816; b=jYvUDz5Gmn/Ea26sKgWgHSjNVkKkK1h11B51vv6jhZyyHOrCaSQ44q95NE2mwWiov8 Tf63TKZDWsjjAGV/MIGv6v/dJSQC9/l96uaAExWSXnCBOxGn+jZV3awqfuXT5zp8fn7W I0ffC3iI0i0R55OQ0k2Zl2k0m+E0Fg1DFGbe02ilkDxfhSYwvyVFPJ0BuXWRLEYg03Uh JG15PIsU62V1/rDnV8fpqWsIv52XNvaXItNXwLYa8ieN7WEQpUSws0gp2zBnhAEJnNCa Gan0ddNcJqAqq7HSUhm/Zym6L6dAixRfclbLY6UClcIkncRW1fmiD9dMel0rVj83+IC5 4o6Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date :arc-authentication-results; bh=z4NEe8BrJZA9C7fMsNc+LpZbzBLtDQS12/kJMswrFbo=; b=OSBEr7rpyQXz96my8UgV/wlpyulBGHgUNhzWCW4bx7cQXT4ebDfN3+LJMGj4g3zWqb 1MgF9cOWYLl/QqVdx3OsGKrAK7GGs3JPKOrDmyxAsEyPP/+sZRuPoKOLt7C1tczcwCAS VxEj/+PKYb20Ml4ft+cYotllZWYy/sQSVwpL/ImoFzZeiYTMmsQC/C3cXuEEc6Ru043e tU6y/vjJIjxgGaJLA0r8iIjfyljGZ6zopqz03Dpnk0HpejcOS0hXxuxdJhB+77OCvH1i a4zn1VWCZ6X171f2Tc3SNoM480dDXDeG5U4y9uvf/AMUuQ4H5dRoSfhmQYAOBi2hAJXY q2kw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a59-v6si8405465plc.370.2018.04.06.06.16.03; Fri, 06 Apr 2018 06:16:17 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752794AbeDFNO4 (ORCPT + 99 others); Fri, 6 Apr 2018 09:14:56 -0400 Received: from mga07.intel.com ([134.134.136.100]:9994 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752296AbeDFNOz (ORCPT ); Fri, 6 Apr 2018 09:14:55 -0400 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Apr 2018 06:14:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,415,1517904000"; d="scan'208";a="41202841" Received: from sofia.sh.intel.com (HELO sofia) ([10.239.147.120]) by orsmga003.jf.intel.com with ESMTP; 06 Apr 2018 06:14:54 -0700 Date: Fri, 6 Apr 2018 21:14:15 +0800 From: "Liu, Changcheng" To: Arnd Bergmann Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org Subject: [PATCH] dts: remove cris & metag dts hard link file Message-ID: <20180406131415.GA32103@sofia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org arch cris & metag have been removed from supported archs. The dts hard link files should also be removed, or the ctags tool will give warning. execute"ctags -R", output: ctags: Warning: cannot open source file "scripts/dtc/include-prefixes/cris" : No such file or directory ctags: Warning: cannot open source file "scripts/dtc/include-prefixes/metag" : No such file or directory Signed-off-by: Liu Changcheng diff --git a/scripts/dtc/include-prefixes/cris b/scripts/dtc/include-prefixes/cris deleted file mode 120000 index 736d998..0000000 --- a/scripts/dtc/include-prefixes/cris +++ /dev/null @@ -1 +0,0 @@ -../../../arch/cris/boot/dts \ No newline at end of file diff --git a/scripts/dtc/include-prefixes/metag b/scripts/dtc/include-prefixes/metag deleted file mode 120000 index 87a3c84..0000000 --- a/scripts/dtc/include-prefixes/metag +++ /dev/null @@ -1 +0,0 @@ -../../../arch/metag/boot/dts \ No newline at end of file -- 2.7.4