diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-06-15 18:17:46 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-18 13:24:13 -0400 |
commit | 6d7930e0cde1b27c3beca399e233be058ac0b93f (patch) | |
tree | 700af039e57c4c8e2634e020a5b4db127103a5a9 /drivers | |
parent | 302170a4b47e869372974abd885dd11d5536b64a (diff) |
V4L/DVB (5772): Cx88: remove two unused pointers from struct cx8802_dev
The following two pointers in struct cx8802_dev are unused - remove them:
void* fe_handle;
int (*fe_release)(void *handle);
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index e0290ba9f553..c4f656ec46b0 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -466,8 +466,6 @@ struct cx8802_dev { | |||
466 | #if defined(CONFIG_VIDEO_BUF_DVB) || defined(CONFIG_VIDEO_BUF_DVB_MODULE) | 466 | #if defined(CONFIG_VIDEO_BUF_DVB) || defined(CONFIG_VIDEO_BUF_DVB_MODULE) |
467 | /* for dvb only */ | 467 | /* for dvb only */ |
468 | struct videobuf_dvb dvb; | 468 | struct videobuf_dvb dvb; |
469 | void* fe_handle; | ||
470 | int (*fe_release)(void *handle); | ||
471 | 469 | ||
472 | void *card_priv; | 470 | void *card_priv; |
473 | #endif | 471 | #endif |