]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: addi_common: remove addi_find_boardinfo()
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 5 Mar 2013 17:25:32 +0000 (10:25 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Mar 2013 17:05:23 +0000 (10:05 -0700)
commitad15f31c0761a3bfa7e19abb7d5b1f86bc71240e
treee0a68a1d8aeaeff33a8fc4d0504bc1757cdddd1d
parent3c6a04928aae7903eb85838f62e5f4f52ffa458b
staging: comedi: addi_common: remove addi_find_boardinfo()

All the users of the addi_common code now set the dev->board_ptr
before calling addi_auto_attach(). Remove the unnecessary function
that searches for the boardinfo.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/addi-data/addi_common.c