aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/rocket.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/rocket.c')
-rw-r--r--drivers/char/rocket.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/char/rocket.c b/drivers/char/rocket.c
index e2a8eb84004b..aa4cc12bbcb1 100644
--- a/drivers/char/rocket.c
+++ b/drivers/char/rocket.c
@@ -1848,6 +1848,12 @@ static void rp_flush_buffer(struct tty_struct *tty)
1848 1848
1849#ifdef CONFIG_PCI 1849#ifdef CONFIG_PCI
1850 1850
1851static struct pci_device_id __devinitdata rocket_pci_ids[] = {
1852 { PCI_DEVICE(PCI_VENDOR_ID_RP, PCI_ANY_ID) },
1853 { }
1854};
1855MODULE_DEVICE_TABLE(pci, rocket_pci_ids);
1856
1851/* 1857/*
1852 * Called when a PCI card is found. Retrieves and stores model information, 1858 * Called when a PCI card is found. Retrieves and stores model information,
1853 * init's aiopic and serial port hardware. 1859 * init's aiopic and serial port hardware.