X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fmedia%2Fvideo%2Fbt8xx%2Fbttv-gpio.c;fp=drivers%2Fmedia%2Fvideo%2Fbttv-gpio.c;h=ba081f6f8c82c6818b93e11c50f4682c3e36bd43;hb=a2f44b27303a5353859d77a3e96a1d3f33f56ab7;hp=c4d5e2b70c28e12c28761b09713e5d669cb3fcdc;hpb=134734d875a0a48d994ef20b9905209b4b8b6f75;p=linux-2.6.git diff --git a/drivers/media/video/bttv-gpio.c b/drivers/media/video/bt8xx/bttv-gpio.c similarity index 94% rename from drivers/media/video/bttv-gpio.c rename to drivers/media/video/bt8xx/bttv-gpio.c index c4d5e2b70..ba081f6f8 100644 --- a/drivers/media/video/bttv-gpio.c +++ b/drivers/media/video/bt8xx/bttv-gpio.c @@ -118,20 +118,6 @@ int bttv_sub_del_devices(struct bttv_core *core) return 0; } -void bttv_gpio_irq(struct bttv_core *core) -{ - struct bttv_sub_driver *drv; - struct bttv_sub_device *dev; - struct list_head *item; - - list_for_each(item,&core->subs) { - dev = list_entry(item,struct bttv_sub_device,list); - drv = to_bttv_sub_drv(dev->dev.driver); - if (drv && drv->gpio_irq) - drv->gpio_irq(dev); - } -} - /* ----------------------------------------------------------------------- */ /* external: sub-driver register/unregister */