staging: dgnc: dgnc_driver.h: Remove non-standard spinlock's macros
authorRoberta Dobrescu <roberta.dobrescu@gmail.com>
Fri, 26 Sep 2014 20:58:40 +0000 (23:58 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Sep 2014 02:52:12 +0000 (22:52 -0400)
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>
drivers/staging/dgnc/dgnc_driver.h

index d2a45ecca4a5e271b6267507ffe65a5f64f42132..c6d0746b32d7289d136d2a3389032f009cf2f044 100644 (file)
 #define SNIFF_MAX      65536           /* Sniff buffer size (2^n) */
 #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.
  */