projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d8c442
)
Made cfc_bytes_per_scan() 'static inline' instead of plain 'inline'.
author
Ian Abbott
<abbotti@mev.co.uk>
Mon, 5 Nov 2007 11:47:53 +0000
(11:47 +0000)
committer
Ian Abbott
<abbotti@mev.co.uk>
Mon, 5 Nov 2007 11:47:53 +0000
(11:47 +0000)
comedi/drivers/comedi_fc.h
patch
|
blob
|
history
diff --git
a/comedi/drivers/comedi_fc.h
b/comedi/drivers/comedi_fc.h
index 299f4011a89fef55d940fb81f6b6deb805e242f6..5d8fb4c1af23c081a101246b7c883e2ebfba4a14 100644
(file)
--- a/
comedi/drivers/comedi_fc.h
+++ b/
comedi/drivers/comedi_fc.h
@@
-51,7
+51,7
@@
extern unsigned int cfc_read_array_from_buffer(comedi_subdevice * subd,
extern unsigned int cfc_handle_events(comedi_device * dev,
comedi_subdevice * subd);
-inline unsigned int cfc_bytes_per_scan(comedi_subdevice * subd)
+
static
inline unsigned int cfc_bytes_per_scan(comedi_subdevice * subd)
{
int num_samples;
int bits_per_sample;