From: H Hartley Sweeten Date: Tue, 12 Aug 2014 18:17:18 +0000 (-0700) Subject: staging: comedi: amplc_dio200.h: remove struct dio200_layout definition X-Git-Tag: fixes-for-v3.18-merge-window~15^2~1229 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6ce09504ddc81aec07ddfcb16ad3c5b80ab19d0;p=pandora-kernel.git staging: comedi: amplc_dio200.h: remove struct dio200_layout definition This struct is used to provide part of the boardinfo data. Using the extra indirection does not provide any additional clarity to the driver. Absorb the members from dio200_layout into dio200_board and remove the extra 'layout' indirection. For aesthetics, rename all the local variables used for the boardinfo pointer to 'board'. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed