Skip to content

Commit

Permalink
staging: comedi: separate out comedi_buf_* functions
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jan 18, 2013
1 parent d184313 commit ea082fb
Show file tree
Hide file tree
Showing 3 changed files with 423 additions and 399 deletions.
3 changes: 2 additions & 1 deletion drivers/staging/comedi/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
comedi-y := comedi_fops.o range.o drivers.o
comedi-y := comedi_fops.o range.o drivers.o \
comedi_buf.o
comedi-$(CONFIG_PROC_FS) += proc.o
comedi-$(CONFIG_COMPAT) += comedi_compat32.o

Expand Down
Loading

0 comments on commit ea082fb

Please sign in to comment.