]> Pileus Git - ~andy/linux/commit
staging: comedi: separate out comedi_buf_* functions
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Wed, 9 Jan 2013 20:25:06 +0000 (13:25 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jan 2013 00:53:58 +0000 (16:53 -0800)
commitea082fb1b0ee42b6430c83a6dc9d795381a87264
treef11d563c8bd03b09d0bc63ef8bb0e60ca011076c
parentd18431325be0d485f58097755de5ec90091f336d
staging: comedi: separate out comedi_buf_* functions

Create a new file, comedi_buf.c, to hold all the comedi_async buffer
functions. Currently they are all in drivers.c and really don't have
any association with that source file.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/Makefile
drivers/staging/comedi/comedi_buf.c [new file with mode: 0644]
drivers/staging/comedi/drivers.c