staging: comedi: 8255_pci: fix namespace due to rename of driver
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 12 Sep 2012 22:37:36 +0000 (15:37 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 03:11:13 +0000 (20:11 -0700)
commitf7c22868267da71c65fd09556fc07d62058ff8e6
treef3e58b43eb6e0b95e5728b0ca7840839df291f6c
parent41518de2e1cdb27a6c4af4770435466322f065be
staging: comedi: 8255_pci: fix namespace due to rename of driver

Due to the rename of this file, change all the adl_pci7296_* to
pci_8255_* so that everything has namespace associated with this
driver.

Also, fix the comedi description comment based on the rename of
the file. Remove the extra comment about the driver attach.

Modify the PCI_DEVICE_ID_* defines in preparation of moving
additional vendor/device ids into this 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/8255_pci.c