diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-26 15:51:47 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:00:57 -0500 |
commit | c96dd0710685a0932c16ecc351621af3fe0cb2c7 (patch) | |
tree | 8bb88d386f402b06bc733d56ab20b9dee310beea /drivers/media/video/bt8xx/bttvp.h | |
parent | e84619b17440ccca4e4db7583d126c4189b987e5 (diff) |
V4L/DVB (6411): remove V4L1 from being compiled when V4L2 only is selected
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/bt8xx/bttvp.h')
-rw-r--r-- | drivers/media/video/bt8xx/bttvp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/bt8xx/bttvp.h b/drivers/media/video/bt8xx/bttvp.h index e60e54ad173a..37b96a54f90e 100644 --- a/drivers/media/video/bt8xx/bttvp.h +++ b/drivers/media/video/bt8xx/bttvp.h | |||
@@ -112,7 +112,6 @@ extern const struct bttv_tvnorm bttv_tvnorms[]; | |||
112 | 112 | ||
113 | struct bttv_format { | 113 | struct bttv_format { |
114 | char *name; | 114 | char *name; |
115 | int palette; /* video4linux 1 */ | ||
116 | int fourcc; /* video4linux 2 */ | 115 | int fourcc; /* video4linux 2 */ |
117 | int btformat; /* BT848_COLOR_FMT_* */ | 116 | int btformat; /* BT848_COLOR_FMT_* */ |
118 | int btswap; /* BT848_COLOR_CTL_* */ | 117 | int btswap; /* BT848_COLOR_CTL_* */ |