diff options
Diffstat (limited to 'linux/drivers/media/video/bttv.h')
-rw-r--r-- | linux/drivers/media/video/bttv.h | 4 |
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) |