]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: addi_apci_16xx: remove the boardinfo from the comedi_driver
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 5 Mar 2013 16:57:26 +0000 (09:57 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Mar 2013 17:01:44 +0000 (10:01 -0700)
commit58058a444d9f7bac7f45034168be24333bb0d2e3
tree9936827dad78a331cd76034ff91425a42b09507b
parenta2fe30fe4af2e54de9848259eccab02d0b9555c1
staging: comedi: addi_apci_16xx: remove the boardinfo from the comedi_driver

This driver uses the comedi auto attach mechanism and does not need
to supply the 'num_names', 'board_name', and 'offset' fields so that
the comedi core can search the boardinfo. These fields are only used
for the legacy attach.

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_apci_16xx.c