]> 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)
commitabf9a833a02bd4df4e16197f13a70ac7b68230e6
treee0a68a1d8aeaeff33a8fc4d0504bc1757cdddd1d
parent9ffdea658e7a7da93ba3ed0ed38d6953353b8f5e
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