[PATCH] treewide: Make remaining source files non-executable

From: Joe Perches
Date: Mon Dec 12 2016 - 17:27:03 EST


.c and .h source files should not be executable, change
the permissions to 0644.

Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
Acked-by: David Howells <dhowells@xxxxxxxxxx>
---

Linus, Andrew Morton suggested privately that you apply this
directly as his toolchain doesn't support
rename/permission only patches.

Apparently, Andrew hasn't or doesn't want to upgrade his version
of patch to 2.7.x which has only been out for 4+ years now.

https://www.cartoonstock.com/directory/o/old_dog_new_tricks.asp

drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_d.h | 0
drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_sh_mask.h | 0
drivers/gpu/drm/amd/include/cgs_common.h | 0
drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c | 0
scripts/sign-file.c | 0
5 files changed, 0 insertions(+), 0 deletions(-)
mode change 100755 => 100644 drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_d.h
mode change 100755 => 100644 drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_sh_mask.h
mode change 100755 => 100644 drivers/gpu/drm/amd/include/cgs_common.h
mode change 100755 => 100644 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c
mode change 100755 => 100644 scripts/sign-file.c

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