From 103a2bd32dd24328e561086e7e217862fb3d683c Mon Sep 17 00:00:00 2001 From: Hartmut Hackmann Date: Sat, 3 Feb 2007 23:23:25 +0100 Subject: Create tda827x dvb tuner module From: Michael Krufky The patch moves the tda827x dvb tuning code to a separate module Signed-off-by: Michael Krufky Signed-off-by: Hartmut Hackmann --- linux/drivers/media/dvb/frontends/tda1004x.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'linux/drivers/media/dvb/frontends/tda1004x.h') diff --git a/linux/drivers/media/dvb/frontends/tda1004x.h b/linux/drivers/media/dvb/frontends/tda1004x.h index 886db3f75..6badc81d4 100644 --- a/linux/drivers/media/dvb/frontends/tda1004x.h +++ b/linux/drivers/media/dvb/frontends/tda1004x.h @@ -106,9 +106,6 @@ struct tda1004x_state { const struct tda1004x_config* config; struct dvb_frontend frontend; - /* this allows to store probed board information */ - int conf_probed; - /* private demod data */ enum tda1004x_demod demod_type; }; -- cgit v1.2.3