From: H Hartley Sweeten Date: Mon, 20 Aug 2012 19:52:41 +0000 (-0700) Subject: staging: comedi: comedi_bond: remove boardinfo X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~829 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90db97d5d9ce05c12f6cd2565b696a53a245e0ca;p=pandora-kernel.git staging: comedi: comedi_bond: remove boardinfo The only field in the boardinfo for this driver is a pointer to the board 'name'. This field is used by the comedi core to match against the driver when doing a legacy attach. If a driver does not have any boardinfo, the comedi core matches against the driver name. Since the boardinfo name and driver name are identical we can simplify this driver a bit bu just removing the boardinfo completely. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed