diff options
author | Markus Rechberger <mrechberger@gmail.com> | 2005-11-09 00:37:52 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:22 -0500 |
commit | 9c75541fc97252e605b7bc8f9b09f816483e22fb (patch) | |
tree | 81cd5eb12405322625ff88fa1e1cb705eeb1fe45 /drivers/media/video/em28xx/em28xx.h | |
parent | c2f6f9d866d3ea25eebe32c6c51e47e5141669cf (diff) |
[PATCH] v4l: 813: replaced obsolete video get drvdata and video set drvdata
- Replaced obsolete video_get_drvdata and video_set_drvdata
Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index c48354062eb6..5ff308261a7e 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h | |||
@@ -211,6 +211,7 @@ struct em2820 { | |||
211 | int model; /* index in the device_data struct */ | 211 | int model; /* index in the device_data struct */ |
212 | unsigned int is_em2800; | 212 | unsigned int is_em2800; |
213 | int video_inputs; /* number of video inputs */ | 213 | int video_inputs; /* number of video inputs */ |
214 | struct list_head devlist; | ||
214 | unsigned int has_tuner:1; | 215 | unsigned int has_tuner:1; |
215 | unsigned int has_msp34xx:1; | 216 | unsigned int has_msp34xx:1; |
216 | unsigned int has_tda9887:1; | 217 | unsigned int has_tda9887:1; |