diff options
| author | Andy Nguyen <theflow@google.com> | 2020-08-23 12:12:32 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-08-23 12:31:52 +0200 |
| commit | cef5ae6814696260ff58c538a1b6044af90c5979 (patch) | |
| tree | 02bd6b5f7f79fef2c33876c969f847e47e13c2ab /executor | |
| parent | 5bde7c3b04ebdee3e83abb0f53ba985ae937e2ea (diff) | |
executor/common_linux.h: make rfkill_unblock_all static
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/common_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h index 410e97bdc..deb0487f0 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -2090,7 +2090,7 @@ struct vhci_vendor_pkt { static int vhci_fd = -1; -void rfkill_unblock_all() +static void rfkill_unblock_all() { int fd = open("/dev/rfkill", O_WRONLY); if (fd < 0) |
