diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-30 16:07:26 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-07-05 14:30:00 -0300 |
commit | 509dd025a4ac6f32921211557cfd434b81d8d7a7 (patch) | |
tree | 135138ce33e21dfab5080f80ef5c0bc0f5eb1ae5 /drivers/media/video | |
parent | ff861fb21e44ab178eddc6a1dd7c5478e3eb2ec5 (diff) | |
download | linux-3.10-509dd025a4ac6f32921211557cfd434b81d8d7a7.tar.gz linux-3.10-509dd025a4ac6f32921211557cfd434b81d8d7a7.tar.bz2 linux-3.10-509dd025a4ac6f32921211557cfd434b81d8d7a7.zip |
V4L/DVB (12148): move V4L2_PIX_FMT_SGRBG8 to the proper place
Instead of defining a new pif format on an internal header, move it to
the V4L2 API header.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/gspca/stv06xx/stv06xx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/gspca/stv06xx/stv06xx.h b/drivers/media/video/gspca/stv06xx/stv06xx.h index 9df7137fe67..992ce530f13 100644 --- a/drivers/media/video/gspca/stv06xx/stv06xx.h +++ b/drivers/media/video/gspca/stv06xx/stv06xx.h @@ -36,10 +36,6 @@ #define STV_ISOC_ENDPOINT_ADDR 0x81 -#ifndef V4L2_PIX_FMT_SGRBG8 -#define V4L2_PIX_FMT_SGRBG8 v4l2_fourcc('G', 'R', 'B', 'G') -#endif - #define STV_REG23 0x0423 /* Control registers of the STV0600 ASIC */ |