From: Joe Perches Date: Mon, 12 Dec 2016 22:26:55 +0000 (-0800) Subject: treewide: Make remaining source files non-executable X-Git-Tag: accepted/tizen/unified/20201222.122553~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6acc99ddfe11d5a7e5178416919c4bbdce9a301a;p=platform%2Fkernel%2Flinux-amlogic.git treewide: Make remaining source files non-executable .c and .h source files should not be executable, change the permissions to 0644. [ This would normally go through Andrew Morton, but his ancient patch-based toolchain doesn't do permission changes ] Signed-off-by: Joe Perches Acked-by: David Howells Signed-off-by: Linus Torvalds [sw0312.kim: cherry-pick mainline commit fe6bce8d30a8 to remove unnecessary executable] Signed-off-by: Seung-Woo Kim Change-Id: I1f9a2d12877632a1bace7f66200fe9d9b80e9bd7 --- diff --git a/drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_d.h b/drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_d.h old mode 100755 new mode 100644 diff --git a/drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_sh_mask.h b/drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_sh_mask.h old mode 100755 new mode 100644 diff --git a/drivers/gpu/drm/amd/include/cgs_common.h b/drivers/gpu/drm/amd/include/cgs_common.h old mode 100755 new mode 100644 diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c b/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c old mode 100755 new mode 100644 diff --git a/scripts/sign-file.c b/scripts/sign-file.c old mode 100755 new mode 100644