summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bttv.h
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2005-02-16 12:14:10 +0000
committerGerd Knorr <devnull@localhost>2005-02-16 12:14:10 +0000
commit49d11227095eb70349cfc649d841e931b6c9e66d (patch)
treecd27ed5d131530a0803a42a250a72e260b4b4d4e /linux/drivers/media/video/bttv.h
parent2d9a38427d7844740c5a593fa5c42fe3317b95bc (diff)
downloadmediapointer-dvb-s2-49d11227095eb70349cfc649d841e931b6c9e66d.tar.gz
mediapointer-dvb-s2-49d11227095eb70349cfc649d841e931b6c9e66d.tar.bz2
- drop unused+obsolete i2c_info code.
- fix use-after-free bug in bttv-gpio.
Diffstat (limited to 'linux/drivers/media/video/bttv.h')
-rw-r--r--linux/drivers/media/video/bttv.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/linux/drivers/media/video/bttv.h b/linux/drivers/media/video/bttv.h
index 586b3c32c..40d94f47e 100644
--- a/linux/drivers/media/video/bttv.h
+++ b/linux/drivers/media/video/bttv.h
@@ -1,5 +1,5 @@
/*
- * $Id: bttv.h,v 1.15 2005/01/24 17:37:23 kraxel Exp $
+ * $Id: bttv.h,v 1.16 2005/02/16 12:14:10 kraxel Exp $
*
* bttv - Bt848 frame grabber driver
*
@@ -309,8 +309,6 @@ struct bttv_sub_driver {
struct device_driver drv;
char wanted[BUS_ID_SIZE];
void (*gpio_irq)(struct bttv_sub_device *sub);
- void (*i2c_info)(struct bttv_sub_device *sub,
- struct i2c_client *client, int attach);
};
#define to_bttv_sub_drv(x) container_of((x), struct bttv_sub_driver, drv)