]> git.karo-electronics.de Git - linux-beck.git/commit
staging: comedi: adl_pci7x3x: remove manual legacy attach
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 17 Aug 2012 02:42:30 +0000 (19:42 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Aug 2012 15:10:29 +0000 (08:10 -0700)
commit180d7fc8ab7ace9b911196d6eba2c1e47c3cbe85
treecfe25f89d34b86e16d87d768ee24b2719120b862
parentc1a54962537afe40351f390bbb0197c49f858b6d
staging: comedi: adl_pci7x3x: 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/adl_pci7x3x.c