patch-2.1.106 linux/drivers/block/paride/pseudo.h

Next file: linux/drivers/cdrom/mcd.c
Previous file: linux/drivers/block/paride/pg.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.105/linux/drivers/block/paride/pseudo.h linux/drivers/block/paride/pseudo.h
@@ -45,7 +45,7 @@
 static int ps_timer_active = 0;
 static int ps_tq_active = 0;
 
-spinlock_t ps_spinlock = SPIN_LOCK_UNLOCKED;
+static spinlock_t ps_spinlock = SPIN_LOCK_UNLOCKED;
 
 static struct timer_list ps_timer = {0,0,0,0,ps_timer_int};
 static struct tq_struct ps_tq = {0,0,ps_tq_int,NULL};

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov