aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/winbond/linux/wb35reg_s.h
diff options
context:
space:
mode:
authorPekka Enberg <penberg@cs.helsinki.fi>2008-10-21 11:45:02 +0300
committerGreg Kroah-Hartman <gregkh@suse.de>2008-10-22 09:56:38 -0700
commita1eb2ba6be72988b2479f749acfdc3bdce41654b (patch)
tree5b1a352a9d22a2ce132d6a0308dee4fa4c24242a /drivers/staging/winbond/linux/wb35reg_s.h
parentd78404cc24dfababd0b594cdca3ecfdd8710869d (diff)
Staging: w35und: remove spinlock wrappers
This patch removes the OS_SPIN_LOCK and related wrappers from the driver code. Acked-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/winbond/linux/wb35reg_s.h')
-rw-r--r--drivers/staging/winbond/linux/wb35reg_s.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/winbond/linux/wb35reg_s.h b/drivers/staging/winbond/linux/wb35reg_s.h
index 9b763012610..8b35b93f7f0 100644
--- a/drivers/staging/winbond/linux/wb35reg_s.h
+++ b/drivers/staging/winbond/linux/wb35reg_s.h
@@ -143,7 +143,7 @@ typedef struct _WB35REG
//-------------------
// VM
//-------------------
- OS_SPIN_LOCK EP0VM_spin_lock; // 4B
+ spinlock_t EP0VM_spin_lock; // 4B
u32 EP0VM_status;//$$
PREG_QUEUE pRegFirst;
PREG_QUEUE pRegLast;