Signed-off-by: kernel test robot --- ptq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/ptq.c b/net/core/ptq.c index edf6718e0a713..62ff7f6543632 100644 --- a/net/core/ptq.c +++ b/net/core/ptq.c @@ -11,7 +11,7 @@ #include #include -struct ptq_cgroup_queue_desc null_pcdesc; +static struct ptq_cgroup_queue_desc null_pcdesc; static DEFINE_MUTEX(ptq_mutex);