zephyr: edf-schedule: (cosmetic) make two variables static

EDF work queue related variables can be static.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
Guennadi Liakhovetski 2022-09-28 15:42:54 +02:00 committed by Daniel Baluta
parent f5e2d56018
commit 1d6fae0f65
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
#include <zephyr/kernel.h>
#include <zephyr/sys_clock.h>
struct k_work_q edf_workq;
K_THREAD_STACK_DEFINE(edf_workq_stack, 8192);
static struct k_work_q edf_workq;
static K_THREAD_STACK_DEFINE(edf_workq_stack, 8192);
/*
* since only IPC is using the EDF scheduler - we schedule the work in the