staging: comedi: dyna_pci10xx: remove manual legacy attach
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 17 Aug 2012 02:55:19 +0000 (19:55 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Aug 2012 15:17:36 +0000 (08:17 -0700)
commitc3b52d465916acd02803e83e58d9440ec365ab72
treed57cb95a32f35c348016bfbbde4452f074cffd03
parent22f2f541d06a874d8a5b228fca0186e333a1e351
staging: comedi: dyna_pci10xx: remove manual legacy attach

This driver uses the 'attach_pci' callback to attach the pci device
to the comedi subsystem. Since the 'attach' callback is now optional
it can be removed from the driver.

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/dyna_pci10xx.c