From: H Hartley Sweeten Date: Wed, 12 Jun 2013 23:10:37 +0000 (-0700) Subject: staging: comedi: addi_apci_3xxx: introduce a local private data definition X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1867add98e44d4bec01572b4cfd4becd11297e5d;p=pandora-kernel.git staging: comedi: addi_apci_3xxx: introduce a local private data definition The struct addi_private definition from the addi-data "common" code is very bloated. Introduce a local struct apci3xxx_private that just has the data needed by this driver. Add a couple includes that this driver depends on and remove the include of "addi-data/addi_common.h" since this driver no longer depends on it. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed