diff options
author | Hans de Goede <hdegoede@redhat.com> | 2011-06-25 17:42:55 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 17:53:43 -0300 |
commit | 52a92547508e7bb62b6325cd2954412a7ab01249 (patch) | |
tree | b6029a028dca719339c1c5057aa2946a15693be5 | |
parent | b824bb4b12548fedd622686d443310d574eb084e (diff) | |
download | linux-3.10-52a92547508e7bb62b6325cd2954412a7ab01249.tar.gz linux-3.10-52a92547508e7bb62b6325cd2954412a7ab01249.tar.bz2 linux-3.10-52a92547508e7bb62b6325cd2954412a7ab01249.zip |
[media] pwc: Remove some unused PWC_INT_PIPE left overs
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/video/pwc/pwc.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/video/pwc/pwc.h b/drivers/media/video/pwc/pwc.h index 13b85246a26..f4aa386477c 100644 --- a/drivers/media/video/pwc/pwc.h +++ b/drivers/media/video/pwc/pwc.h @@ -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 @@ -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 */ |