From dfbb93dcac81ddfce640af515f7c66a53cbd24b3 Mon Sep 17 00:00:00 2001 From: lokilee73 Date: Thu, 27 Dec 2018 11:00:38 +0900 Subject: [PATCH] Remove executable flag from non-executable files Change-Id: I035690c54c4383b6b5bb41c1e0fc9a77818b57ff Signed-off-by: lokilee73 --- hw/battery/battery.c | 0 hw/board/CMakeLists.txt | 0 hw/board/board.c | 0 hw/display/display.c | 0 hw/thermal/thermal.c | 0 hw/usb_client/usb_client.c | 0 6 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 hw/battery/battery.c mode change 100755 => 100644 hw/board/CMakeLists.txt mode change 100755 => 100644 hw/board/board.c mode change 100755 => 100644 hw/display/display.c mode change 100755 => 100644 hw/thermal/thermal.c mode change 100755 => 100644 hw/usb_client/usb_client.c diff --git a/hw/battery/battery.c b/hw/battery/battery.c old mode 100755 new mode 100644 diff --git a/hw/board/CMakeLists.txt b/hw/board/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/hw/board/board.c b/hw/board/board.c old mode 100755 new mode 100644 diff --git a/hw/display/display.c b/hw/display/display.c old mode 100755 new mode 100644 diff --git a/hw/thermal/thermal.c b/hw/thermal/thermal.c old mode 100755 new mode 100644 diff --git a/hw/usb_client/usb_client.c b/hw/usb_client/usb_client.c old mode 100755 new mode 100644 -- 2.7.4