[PATCH] USB: convert a bunch of USB semaphores to mutexes
[linux-2.6-block.git] / drivers / usb / input / ati_remote.c
index f7bdc506e6132785a100f557635c7f665adc7c29..99f986cb6e955d29ea817e2f6f571303b3aac1da 100644 (file)
@@ -159,8 +159,6 @@ static const char accel[] = { 1, 2, 4, 6, 9, 13, 20 };
  */
 #define FILTER_TIME (HZ / 20)
 
-static DECLARE_MUTEX(disconnect_sem);
-
 struct ati_remote {
        struct input_dev *idev;
        struct usb_device *udev;