From: H Hartley Sweeten Date: Wed, 6 Feb 2013 00:24:24 +0000 (-0700) Subject: staging: comedi: vmk80xx: remove need for boardinfo in private_data X-Git-Tag: v3.9-rc1~127^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52d895d3672dd58c0067c2efca4b825e4d733d0c;p=pandora-kernel.git staging: comedi: vmk80xx: remove need for boardinfo in private_data The only information in the boardinfo that is used outside of the attach of the driver is the 'model' of the device. Remove the 'board' pointer from the private data and replace it with the 'model' enum and just copy that information over during the attach. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed