diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-30 11:45:45 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 11:17:13 -0400 |
commit | c85e46e3486e786a4ce5ff9febf0028882987029 (patch) | |
tree | e5920177d23ce9baf2b85e87645777ccd3942877 /drivers/media/video/pwc | |
parent | fca9596b17dd39a110121fc2b2daedcda441ecf4 (diff) |
V4L/DVB (12147): pwc: remove definitions that are already present at videodev2.h
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/pwc')
-rw-r--r-- | drivers/media/video/pwc/pwc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/video/pwc/pwc.h b/drivers/media/video/pwc/pwc.h index 0b658dee05a..844565bde53 100644 --- a/drivers/media/video/pwc/pwc.h +++ b/drivers/media/video/pwc/pwc.h | |||
@@ -135,12 +135,6 @@ | |||
135 | #define DEVICE_USE_CODEC3(x) ((x)>=700) | 135 | #define DEVICE_USE_CODEC3(x) ((x)>=700) |
136 | #define DEVICE_USE_CODEC23(x) ((x)>=675) | 136 | #define DEVICE_USE_CODEC23(x) ((x)>=675) |
137 | 137 | ||
138 | |||
139 | #ifndef V4L2_PIX_FMT_PWC1 | ||
140 | #define V4L2_PIX_FMT_PWC1 v4l2_fourcc('P','W','C','1') | ||
141 | #define V4L2_PIX_FMT_PWC2 v4l2_fourcc('P','W','C','2') | ||
142 | #endif | ||
143 | |||
144 | /* The following structures were based on cpia.h. Why reinvent the wheel? :-) */ | 138 | /* The following structures were based on cpia.h. Why reinvent the wheel? :-) */ |
145 | struct pwc_iso_buf | 139 | struct pwc_iso_buf |
146 | { | 140 | { |