Skip to content

Commit

Permalink
[media] pwc: Remove some unused PWC_INT_PIPE left overs
Browse files Browse the repository at this point in the history
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans de Goede authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent b824bb4 commit 52a9254
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/media/video/pwc/pwc.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@
#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

Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit 52a9254

Please sign in to comment.