]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
staging: speakup: remove spk_trylock macro definition
authorWilliam Hubbs <w.d.hubbs@gmail.com>
Mon, 13 May 2013 05:02:57 +0000 (00:02 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2013 23:11:08 +0000 (16:11 -0700)
Signed-off-by: William Hubbs <w.d.hubbs@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/spk_priv.h

index 303105b46013a3c2b6c55f4f635df98b675168e2..141125c3a54e456d0f999e354776079c287501bf 100644 (file)
@@ -87,7 +87,6 @@ extern struct var_t synth_time_vars[];
  */
 /* Speakup needs to disable the keyboard IRQ, hence _irqsave/restore */
 #define spk_lock(flags) spin_lock_irqsave(&speakup_info.spinlock, flags)
-#define spk_trylock(flags) spin_trylock_irqsave(&speakup_info.spinlock, flags)
 #define spk_unlock(flags) spin_unlock_irqrestore(&speakup_info.spinlock, flags)
 
 #endif