From b41ba4a247b2332fef5507c4f58accb32e092802 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Fri, 15 Jun 2007 18:17:46 -0400 Subject: cx88: remove two unused pointers from struct cx8802_dev From: Michael Krufky 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 --- linux/drivers/media/video/cx88/cx88.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'linux/drivers/media/video') diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index 63371fa9b..01fb2d750 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -499,8 +499,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 -- cgit v1.2.3