summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bt8xx/bttv.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-12-12 07:56:36 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-12-12 07:56:36 -0200
commit773e7292f316da46fb1080a50f93487e71c08e07 (patch)
treebdf0bad929edf24c9765b34b06bfb8f88776488e /linux/drivers/media/video/bt8xx/bttv.h
parentfad351a077326df1edcb5e3b19ea19cd146785e3 (diff)
parent0cdc4cbc7bfa18160b5bac7c37525cbd904b84eb (diff)
downloadmediapointer-dvb-s2-773e7292f316da46fb1080a50f93487e71c08e07.tar.gz
mediapointer-dvb-s2-773e7292f316da46fb1080a50f93487e71c08e07.tar.bz2
merge: http://linuxtv.org/hg/~hhackmann/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/bt8xx/bttv.h')
-rw-r--r--linux/drivers/media/video/bt8xx/bttv.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttv.h b/linux/drivers/media/video/bt8xx/bttv.h
index 2352ca526..d457a54b9 100644
--- a/linux/drivers/media/video/bt8xx/bttv.h
+++ b/linux/drivers/media/video/bt8xx/bttv.h
@@ -198,33 +198,6 @@ struct bttv_core {
struct bttv;
-struct bttv_ir {
- struct input_dev *dev;
- struct ir_input_state ir;
- char name[32];
- char phys[32];
-
- /* Usual gpio signalling */
-
- u32 mask_keycode;
- u32 mask_keydown;
- u32 mask_keyup;
- u32 polling;
- u32 last_gpio;
- struct work_struct work;
- struct timer_list timer;
-
- /* RC5 gpio */
- u32 rc5_gpio;
- struct timer_list timer_end; /* timer_end for code completion */
- struct timer_list timer_keyup; /* timer_end for key release */
- u32 last_rc5; /* last good rc5 code */
- u32 last_bit; /* last raw bit seen */
- u32 code; /* raw code under construction */
- struct timeval base_time; /* time of last seen code */
- int active; /* building raw code */
-};
-
struct tvcard
{
char *name;