Staging: vme_ca91cx42: use DEFINE_PCI_DEVICE_TABLE
Convert 'const struct pci_device_id xxx[]' to 'DEFINE_PCI_DEVICE_TABLE(xxx)'. Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
310d605293
commit
2cea0cf284
@@ -44,7 +44,7 @@ static int geoid;
|
||||
|
||||
static char driver_name[] = "vme_ca91cx42";
|
||||
|
||||
static const struct pci_device_id ca91cx42_ids[] = {
|
||||
static DEFINE_PCI_DEVICE_TABLE(ca91cx42_ids) = {
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_TUNDRA, PCI_DEVICE_ID_TUNDRA_CA91C142) },
|
||||
{ },
|
||||
};
|
||||
|
Reference in New Issue
Block a user