[PATCH] Add correct version of file (non-static variable)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



# 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




[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux