# Missed this file when merging changes, adding it as a separate patch as I # see the other merged on GitHub (thanks!) Signed-off-by: Veronika Kabatova <vkabatov at redhat.com> --- classify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classify.c b/classify.c index c2c6752..522eac2 100644 --- a/classify.c +++ b/classify.c @@ -35,8 +35,8 @@ struct user_irq_policy { static GList *interrupts_db = NULL; static GList *banned_irqs = NULL; -static GList *cl_banned_irqs = NULL; static GList *cl_banned_modules = NULL; +GList *cl_banned_irqs = NULL; #define SYSFS_DIR "/sys" #define SYSDEV_DIR "/sys/bus/pci/devices" -- 2.7.4