diff options
author | Gerd Knorr <devnull@localhost> | 2004-12-07 13:17:57 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-12-07 13:17:57 +0000 |
commit | d6961a3d1cc95ed1d30edc05779ce2279d76ef17 (patch) | |
tree | 49ac0d47cb2a5ddaf6bc04186602432fd64c12b2 /linux/drivers/media/video/cx88/cx88-core.c | |
parent | ca11373ee66327573c4a133e613aa8b6b8f1cb7a (diff) | |
download | mediapointer-dvb-s2-d6961a3d1cc95ed1d30edc05779ce2279d76ef17.tar.gz mediapointer-dvb-s2-d6961a3d1cc95ed1d30edc05779ce2279d76ef17.tar.bz2 |
- misc minor stuff.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-core.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-core.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-core.c b/linux/drivers/media/video/cx88/cx88-core.c index 4a177e056..e12b480f0 100644 --- a/linux/drivers/media/video/cx88/cx88-core.c +++ b/linux/drivers/media/video/cx88/cx88-core.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-core.c,v 1.19 2004/12/02 13:44:44 kraxel Exp $ + * $Id: cx88-core.c,v 1.20 2004/12/07 13:17:57 kraxel Exp $ * * device driver for Conexant 2388x based TV cards * driver core @@ -1102,9 +1102,6 @@ static int get_ressources(struct cx88_core *core, struct pci_dev *pci) return -EBUSY; } -//static int cx88_ir_attach(struct cx88_core *core, struct pci_dev *pci_dev); -//static int cx88_ir_detach(struct cx88_core *core); - struct cx88_core* cx88_core_get(struct pci_dev *pci) { struct cx88_core *core; |