diff options
author | Hans de Goede <hdegoede@redhat.com> | 2011-07-03 16:26:52 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 17:55:37 -0300 |
commit | e3aec98c1d3beaba9b96a7f00046bc06e59d6ab9 (patch) | |
tree | e8c39c143249dc20c02a7c5fe988a5f4d4e5f870 /drivers/media/video/pwc/pwc.h | |
parent | 51886df0ca8bcc42e13cad7bcfc3487268229cea (diff) | |
download | blackbird-op-linux-e3aec98c1d3beaba9b96a7f00046bc06e59d6ab9.tar.gz blackbird-op-linux-e3aec98c1d3beaba9b96a7f00046bc06e59d6ab9.zip |
[media] pwc: clean-up header files
Remove unused pwc-ioctl.h (the copy in include/media is used everywhere)
Remove almost empty pwc-uncompress.h, move single define to pwc.h
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/pwc/pwc.h')
-rw-r--r-- | drivers/media/video/pwc/pwc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/video/pwc/pwc.h b/drivers/media/video/pwc/pwc.h index 8f3607be5a71..0e4e2d7b7872 100644 --- a/drivers/media/video/pwc/pwc.h +++ b/drivers/media/video/pwc/pwc.h @@ -42,7 +42,6 @@ #include <linux/input.h> #endif -#include "pwc-uncompress.h" #include <media/pwc-ioctl.h> /* Version block */ @@ -129,6 +128,9 @@ #define DEVICE_USE_CODEC3(x) ((x)>=700) #define DEVICE_USE_CODEC23(x) ((x)>=675) +/* from pwc-dec.h */ +#define PWCX_FLAG_PLANAR 0x0001 + /* Request types: video */ #define SET_LUM_CTL 0x01 #define GET_LUM_CTL 0x02 |