diff options
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) |
