aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/cx88/cx88.h2
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