Skip to content

Commit

Permalink
staging: comedi: addi_apci_1564: introduce apci1564_private struct
Browse files Browse the repository at this point in the history
The addi_private struct defined in addi-data/addi_common.h is very bloated
and contains many fields which addi_apci_1564 does not require.  In the
interest of eventually removing this driver's dependency on
addi_common.h, we can create a private data struct specifically for
addi_apci_1564 containing only the fields it will actually use.

Signed-off-by: Chase Southwood <chase.southwood@gmail.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Cc: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
csouth3 authored and gregkh committed Jun 27, 2014
1 parent 5f193d7 commit 4c95a2b
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 110 deletions.
Loading

0 comments on commit 4c95a2b

Please sign in to comment.