diff options
author | Roberta Dobrescu <roberta.dobrescu@gmail.com> | 2014-09-26 23:58:40 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-28 22:52:12 -0400 |
commit | b4e28a6142b5f5e691c4570d8808ebefec0ae6ef (patch) | |
tree | cca6862c306f6671d8934eb468725b07423259e1 /drivers/staging/dgnc | |
parent | 66663dc1032e03fa2e24fae80e84d71bb99fbedb (diff) | |
download | talos-op-linux-b4e28a6142b5f5e691c4570d8808ebefec0ae6ef.tar.gz talos-op-linux-b4e28a6142b5f5e691c4570d8808ebefec0ae6ef.zip |
staging: dgnc: dgnc_driver.h: Remove non-standard spinlock's macros
This patch removes non-standard spinlock's macros as they are no longer
used by this driver.
Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgnc')
-rw-r--r-- | drivers/staging/dgnc/dgnc_driver.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/dgnc/dgnc_driver.h b/drivers/staging/dgnc/dgnc_driver.h index d2a45ecca4a5..c6d0746b32d7 100644 --- a/drivers/staging/dgnc/dgnc_driver.h +++ b/drivers/staging/dgnc/dgnc_driver.h @@ -138,14 +138,6 @@ #define SNIFF_MASK (SNIFF_MAX - 1) /* Sniff wrap mask */ /* - * Lock function/defines. - * Makes spotting lock/unlock locations easier. - */ -# define DGNC_SPINLOCK_INIT(x) spin_lock_init(&(x)) -# define DGNC_LOCK(x, y) spin_lock_irqsave(&(x), y) -# define DGNC_UNLOCK(x, y) spin_unlock_irqrestore(&(x), y) - -/* * All the possible states the driver can be while being loaded. */ enum { |