Inline fixes: define inline functions before calling them.
authorIan Abbott <abbotti@mev.co.uk>
Mon, 5 Nov 2007 11:50:11 +0000 (11:50 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 5 Nov 2007 11:50:11 +0000 (11:50 +0000)
commita2a04d4fa2cce64af813dcd2f42c3d1196ac35c2
tree31de5123b45c53858cafce4365a4e1ad0586c6f0
parent1ef8af4b01cd0f62009bc21d66a6eb08d138ceb7
Inline fixes: define inline functions before calling them.
Some versions of gcc treat it as an error.  Others will ignore the inline
in this case and compile in a function call.
comedi/drivers/me4000.c
comedi/drivers/ni_mio_common.c