staging: comedi: mite: export mite_alloc_ring() and mite_free_ring()
authorIan Abbott <abbotti@mev.co.uk>
Fri, 14 Sep 2012 16:34:22 +0000 (17:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Sep 2012 12:09:07 +0000 (05:09 -0700)
commit7d24e1ac00173a5a271bf1353d4216836dab55e6
treec28f872f4ea637cb0427457530623fd75a331cd0
parentae0318019ff5d63d1128193731d2382823ff83a9
staging: comedi: mite: export mite_alloc_ring() and mite_free_ring()

The `mite_alloc_ring()` and `mite_free_ring()` static inline functions
in "mite.h" are reasonably large.  Transfer them to "mite.c" and export
them.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/mite.c
drivers/staging/comedi/drivers/mite.h