From: H Hartley Sweeten Date: Tue, 13 Nov 2012 20:44:02 +0000 (-0700) Subject: staging: comedi: addi_apci_1516: remove use of struct addi_board X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~408 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e195bf803f8964ab19826e90a0b61a25e543d874;p=pandora-kernel.git staging: comedi: addi_apci_1516: remove use of struct addi_board The only boardinfo needed in this driver only consists of 6 data values. The "common" addi_board has a lot of unnecessary bloat. Create a local struct for this drivers boardinfo and remove the need for struct addi_board in the "common" code. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed