]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: comedi: jr3_pci: separate out block type
authorIan Abbott <abbotti@mev.co.uk>
Wed, 8 Mar 2017 18:44:27 +0000 (18:44 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Mar 2017 13:57:00 +0000 (14:57 +0100)
commit4e861f0fd828d2c058271ace21963fa2ef7e861d
tree70f7f495e572d15b343b93def733b30eeff39dc8
parent6c7f58084fce3f07d4954555173171348ddff8f5
staging: comedi: jr3_pci: separate out block type

`struct jr3_t` contains a single array member `block` of a tag-less
`struct` type.  Rename the tag-less `struct` type to `struct jr3_block`
and move its definition outside of `struct jr3_t`.  This will allow us
to use pointers of this type.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/jr3_pci.h