]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: s626: move struct buffer_dma
authorIan Abbott <abbotti@mev.co.uk>
Tue, 8 Oct 2013 18:06:38 +0000 (19:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2013 22:34:21 +0000 (15:34 -0700)
commita71c8392f222d42bcdd34c5f0880aa86165ec86c
tree4d37519065f1ec8fa1d38cb279481dcc72b6f7fe
parent7aaa88f979e8dc4e4e1e5f7122c9f2dba539ec3e
staging: comedi: s626: move struct buffer_dma

Move the declaration of `struct buffer_dma` from "s626.h" to "s626.c" as
it seems more at home there.  After this move, "s626.h" just contains
macros related to hardware registers.

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/s626.c
drivers/staging/comedi/drivers/s626.h