staging: comedi: amplc_pci224: remove PCI_DEVICE_ID_... macros
authorIan Abbott <abbotti@mev.co.uk>
Thu, 31 Jul 2014 13:47:53 +0000 (14:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:09 +0000 (12:23 -0700)
commitdce75412aa80d0e569d09cc5ef296b52d4c71126
tree0bb7ccca12af76ab7169b1a9bbffe7fb1abcffbe
parent930771fb905be0e1c09a2fe84c17b578d7a0fdd6
staging: comedi: amplc_pci224: remove PCI_DEVICE_ID_... macros

The macros `PCI_DEVICE_ID_AMPLICON_PCI224` and
`PCI_DEVICE_ID_AMPLICON_PCI234` are only used in the PCI module device
table `amplc_pci224_pci_table[]`.  Just expand the macros where they are
used and remove them.  The macro `PCI_DEVICE_ID_INVALID` is no longer
used either, so remove it.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/amplc_pci224.c