projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6283775
)
clean up warning
author
David Schleef
<ds@schleef.org>
Tue, 9 Jul 2002 01:58:48 +0000
(
01:58
+0000)
committer
David Schleef
<ds@schleef.org>
Tue, 9 Jul 2002 01:58:48 +0000
(
01:58
+0000)
comedi/drivers/rtd520.c
patch
|
blob
|
history
diff --git
a/comedi/drivers/rtd520.c
b/comedi/drivers/rtd520.c
index 1a78bfb0bdb976c1b649dd46810f027df2c1e17d..e1c9e555d222b702e07ec00005895d2765c26298 100644
(file)
--- a/
comedi/drivers/rtd520.c
+++ b/
comedi/drivers/rtd520.c
@@
-614,7
+614,7
@@
static int rtd_ai_cmdtest (comedi_device *dev,comedi_subdevice *s,
comedi_cmd *cmd);
static int rtd_ai_cmd ( comedi_device *dev, comedi_subdevice *s);
static int rtd_ai_cancel ( comedi_device *dev, comedi_subdevice *s);
-static int rtd_ai_poll (comedi_device *dev,comedi_subdevice *s);
+
//
static int rtd_ai_poll (comedi_device *dev,comedi_subdevice *s);
static int rtd_ns_to_timer (unsigned int *ns, int roundMode);
static void rtd_interrupt ( int irq, void *d, struct pt_regs *regs);