From: David Schleef Date: Tue, 15 Jan 2002 12:03:39 +0000 (+0000) Subject: Remove comedi_done and friends X-Git-Tag: r0_7_62~14 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=829e9ed349101e27066667195f3dd24d0e418b23;p=comedi.git Remove comedi_done and friends --- diff --git a/comedi/comedi_fops.c b/comedi/comedi_fops.c index c53ff45d..a1c2ef49 100644 --- a/comedi/comedi_fops.c +++ b/comedi/comedi_fops.c @@ -1774,9 +1774,6 @@ static int __init comedi_init(void) comedi_devices[i].minor=i; spin_lock_init(&(comedi_devices[i].spinlock)); } -#if 0 - init_polling(); -#endif /* XXX requires /proc interface */ comedi_proc_init(); @@ -1796,9 +1793,7 @@ static void __exit comedi_cleanup(void) unregister_chrdev(COMEDI_MAJOR,"comedi"); comedi_proc_cleanup(); -#if 0 - comedi_polling_cleanup(); -#endif + for(i=0;i