diff mbox series

arm64: dts: arm: Remove the dangling vexpress-v2m-rs1.dtsi symlink

Message ID 20230706085534.300828-1-sudeep.holla@arm.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: arm: Remove the dangling vexpress-v2m-rs1.dtsi symlink | expand

Commit Message

Sudeep Holla July 6, 2023, 8:55 a.m. UTC
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories")
moved all arm vendor specific DTS into the sub-directory and updated
vexpress-v2f-1xv7-ca53x2.dts accordingly to include vexpress-v2m-rs1.dtsi
from the right path. However the symlink was left dangling which is harmless
and causes no issue for the build.

Just remove the dangling symlink now that it is noticed and reported.

Fixes: 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories")
Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Lorenzo Pieralisi <lpieralisi@kernel.org>
Cc: Rob Herring <robh+dt@kernel.org>
Reported-by: Avram Lubkin <avram@rockhopper.net>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
---
 arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi | 1 -
 1 file changed, 1 deletion(-)
 delete mode 120000 arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi

Comments

liviu.dudau@arm.com July 6, 2023, 11:21 a.m. UTC | #1
On Thu, Jul 06, 2023 at 09:55:34AM +0100, Sudeep Holla wrote:
> Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories")
> moved all arm vendor specific DTS into the sub-directory and updated
> vexpress-v2f-1xv7-ca53x2.dts accordingly to include vexpress-v2m-rs1.dtsi
> from the right path. However the symlink was left dangling which is harmless
> and causes no issue for the build.
> 
> Just remove the dangling symlink now that it is noticed and reported.
> 
> Fixes: 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories")
> Cc: Liviu Dudau <liviu.dudau@arm.com>
> Cc: Lorenzo Pieralisi <lpieralisi@kernel.org>
> Cc: Rob Herring <robh+dt@kernel.org>
> Reported-by: Avram Lubkin <avram@rockhopper.net>
> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>

Acked-by: Liviu Dudau <liviu.dudau@arm.com>

Thanks for the quick fix!

Best regards,
Liviu

> ---
>  arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi | 1 -
>  1 file changed, 1 deletion(-)
>  delete mode 120000 arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi
> 
> diff --git a/arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi b/arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi
> deleted file mode 120000
> index 68fd0f8f1dee..000000000000
> --- a/arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi
> +++ /dev/null
> @@ -1 +0,0 @@
> -../../../../arm/boot/dts/vexpress-v2m-rs1.dtsi
> \ No newline at end of file
> -- 
> 2.41.0
>
Sudeep Holla July 19, 2023, 9:59 a.m. UTC | #2
On Thu, 06 Jul 2023 09:55:34 +0100, Sudeep Holla wrote:
> Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories")
> moved all arm vendor specific DTS into the sub-directory and updated
> vexpress-v2f-1xv7-ca53x2.dts accordingly to include vexpress-v2m-rs1.dtsi
> from the right path. However the symlink was left dangling which is harmless
> and causes no issue for the build.
> 
> Just remove the dangling symlink now that it is noticed and reported.
> 
> [...]

Applied to sudeep.holla/linux (for-next/juno/fixes), thanks!

[1/1] arm64: dts: arm: Remove the dangling vexpress-v2m-rs1.dtsi symlink
      https://git.kernel.org/sudeep.holla/c/d088d6b648f4
--
Regards,
Sudeep
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi b/arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi
deleted file mode 120000
index 68fd0f8f1dee..000000000000
--- a/arch/arm64/boot/dts/arm/vexpress-v2m-rs1.dtsi
+++ /dev/null
@@ -1 +0,0 @@ 
-../../../../arm/boot/dts/vexpress-v2m-rs1.dtsi
\ No newline at end of file