From 6e5c8381d1db4c1cdd4b4e49d5f0d1255c2246fd Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Thu, 23 Feb 2017 22:29:40 -0800 Subject: treewide: Remove remaining executable attributes from source files These are the current source files that should not have executable attributes set. [ Normally this would be sent through Andrew Morton's tree but his quilt tools don't like permission only patches. ] Signed-off-by: Joe Perches Signed-off-by: Linus Torvalds --- arch/nios2/boot/dts/10m50_devboard.dts | 0 arch/nios2/configs/10m50_defconfig | 0 arch/sh/boot/dts/j2_mimas_v2.dts | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 arch/nios2/boot/dts/10m50_devboard.dts mode change 100755 => 100644 arch/nios2/configs/10m50_defconfig mode change 100755 => 100644 arch/sh/boot/dts/j2_mimas_v2.dts (limited to 'arch') diff --git a/arch/nios2/boot/dts/10m50_devboard.dts b/arch/nios2/boot/dts/10m50_devboard.dts old mode 100755 new mode 100644 diff --git a/arch/nios2/configs/10m50_defconfig b/arch/nios2/configs/10m50_defconfig old mode 100755 new mode 100644 diff --git a/arch/sh/boot/dts/j2_mimas_v2.dts b/arch/sh/boot/dts/j2_mimas_v2.dts old mode 100755 new mode 100644 -- cgit