From cef5ae6814696260ff58c538a1b6044af90c5979 Mon Sep 17 00:00:00 2001 From: Andy Nguyen Date: Sun, 23 Aug 2020 12:12:32 +0200 Subject: executor/common_linux.h: make rfkill_unblock_all static --- executor/common_linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor') 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) -- cgit mrf-deployment