]> Pileus Git - ~andy/linux/commitdiff
V4L/DVB (5772): Cx88: remove two unused pointers from struct cx8802_dev
authorMichael Krufky <mkrufky@linuxtv.org>
Fri, 15 Jun 2007 22:17:46 +0000 (19:17 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 18 Jul 2007 17:24:13 +0000 (14:24 -0300)
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>
drivers/media/video/cx88/cx88.h

index e0290ba9f553517f616152f93ed51bce87f8c302..c4f656ec46b04b1faeaf09ddc7342135f0d4a371 100644 (file)
@@ -466,8 +466,6 @@ struct cx8802_dev {
 #if defined(CONFIG_VIDEO_BUF_DVB) || defined(CONFIG_VIDEO_BUF_DVB_MODULE)
        /* for dvb only */
        struct videobuf_dvb        dvb;
-       void*                      fe_handle;
-       int                        (*fe_release)(void *handle);
 
        void                       *card_priv;
 #endif