From: H Hartley Sweeten Date: Tue, 3 Jul 2012 01:13:53 +0000 (-0700) Subject: staging: comedi: dmm32at: remove unneeded boardinfo variables X-Git-Tag: v3.6-rc1~100^2~421 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2792182816be376391c2cfc142bfd32f3ab8c5cd;p=pandora-kernel.git staging: comedi: dmm32at: remove unneeded boardinfo variables Like most of the comedi drivers, this one appears to have been started based on the skel driver. Cut-and-paste from that driver has resulted in an unnecessarily complex boardinfo struct. Remove everything from the boardinfo struct, except the 'name', and just use the open coded values in the attach function. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed