From deee526b98f1f6ac69b2bb1d96731845fb1f7485 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 4 Aug 2019 00:35:14 +0200 Subject: [PATCH] manager: Make default_if_driver_list static --- src/manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manager.c b/src/manager.c index 9fdff811..40599e1a 100644 --- a/src/manager.c +++ b/src/manager.c @@ -65,7 +65,7 @@ struct wiphy_setup_state { static struct l_queue *pending_wiphys; /* With these drivers don't even try creating our interfaces */ -const char *default_if_driver_list[] = { +static const char *default_if_driver_list[] = { /* * The out-of-tree rtl88x2bu crashes the kernel hard. Seemingly * many other drivers are built from the same source code so