summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bt8xx/bttv.h
diff options
context:
space:
mode:
authorRicardo Cerqueira <rmcc@linuxtv.org>2006-05-18 16:19:57 +0100
committerRicardo Cerqueira <rmcc@linuxtv.org>2006-05-18 16:19:57 +0100
commitf40e092350ab797c7d40bb399d287a20a1f4f649 (patch)
tree74695e4e30e3e447d7faac321b8eb8b930df7d9e /linux/drivers/media/video/bt8xx/bttv.h
parentaad2e973e44590acd4c1b55dd32eadad842e7fdb (diff)
downloadmediapointer-dvb-s2-f40e092350ab797c7d40bb399d287a20a1f4f649.tar.gz
mediapointer-dvb-s2-f40e092350ab797c7d40bb399d287a20a1f4f649.tar.bz2
bttv-gpio-irq is no longer used, remove it
From: Ricardo Cerqueira <rmcc@linuxtv.org> This functionality was used when remote control input for BTTV was handled by a standalone module, to hook some functions of that module into the main bttv core. Since that module is now extinct, this can go away Signed-off-by: Ricardo Cerqueira <rmcc@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/bt8xx/bttv.h')
-rw-r--r--linux/drivers/media/video/bt8xx/bttv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttv.h b/linux/drivers/media/video/bt8xx/bttv.h
index 88b72b8a3..2352ca526 100644
--- a/linux/drivers/media/video/bt8xx/bttv.h
+++ b/linux/drivers/media/video/bt8xx/bttv.h
@@ -360,7 +360,6 @@ struct bttv_sub_driver {
int (*probe)(struct bttv_sub_device *sub);
void (*remove)(struct bttv_sub_device *sub);
#endif
- void (*gpio_irq)(struct bttv_sub_device *sub);
};
#define to_bttv_sub_drv(x) container_of((x), struct bttv_sub_driver, drv)