aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx.h
diff options
context:
space:
mode:
authorSascha Sommer <saschasommer@freenet.de>2005-11-09 00:37:33 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 10:56:18 -0500
commit74458e6c1aea9e422e46030e7bc61e9b0984be5b (patch)
treea3eb63aee04b2ac457ed44e888a15762c2cc3e13 /drivers/media/video/em28xx/em28xx.h
parentd5e5265315770bda46c50ecaa64e2b9790f2064c (diff)
[PATCH] v4l: 786: chip id removed since it isn t required anymore
- Chip_id removed since it isn't required anymore. Signed-off-by: Sascha Sommer <saschasommer@freenet.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r--drivers/media/video/em28xx/em28xx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h
index 31b23f0db051..a11df04a8c3d 100644
--- a/drivers/media/video/em28xx/em28xx.h
+++ b/drivers/media/video/em28xx/em28xx.h
@@ -159,7 +159,6 @@ enum em2820_decoder {
159 159
160struct em2820_board { 160struct em2820_board {
161 char *name; 161 char *name;
162 unsigned char chip_id;
163 int vchannels; 162 int vchannels;
164 int norm; 163 int norm;
165 int tuner_type; 164 int tuner_type;