From: Chase Southwood Date: Sat, 21 Jun 2014 22:25:43 +0000 (-0500) Subject: staging: comedi: addi_apci_1564: introduce apci1564_private struct X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1520 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c95a2b6b531e2caae211803d0ef88600c5d5f06;p=pandora-kernel.git staging: comedi: addi_apci_1564: introduce apci1564_private struct 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 Reviewed-by: Ian Abbott Cc: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed