On Tue, Jan 03, 2017 at 10:19:10PM +0100, Veronika Kabatova wrote: > > # 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 > > I already have this staged and ready to push, I'm just doing some testing on it. Please in the future test your changes throughly Neil