[media] pwc: Remove some unused PWC_INT_PIPE left overs
authorHans de Goede <hdegoede@redhat.com>
Sat, 25 Jun 2011 20:42:55 +0000 (17:42 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 27 Jul 2011 20:53:43 +0000 (17:53 -0300)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/pwc/pwc.h

index 13b8524..f4aa386 100644 (file)
 #define FEATURE_CODEC1                 0x0002
 #define FEATURE_CODEC2                 0x0004
 
-/* Turn certain features on/off */
-#define PWC_INT_PIPE 0
-
 /* Ignore errors in the first N frames, to allow for startup delays */
 #define FRAME_LOWMARK 5
 
@@ -232,11 +229,6 @@ struct pwc_device
        struct input_dev *button_dev;   /* webcam snapshot button input */
        char button_phys[64];
 #endif
-
-       /*** Misc. data ***/
-#if PWC_INT_PIPE
-       void *usb_int_handler;          /* for the interrupt endpoint */
-#endif
 };
 
 /* Global variables */