PCI: Add Altera vendor ID
[linux-2.6-block.git] / drivers / fpga / altera-cvp.c
index 00e73d28077cee3732b61973222422f152ebb033..77b04e4b32544a3fd7359537c1e0acbe3ccf0f84 100644 (file)
@@ -384,8 +384,6 @@ static int altera_cvp_probe(struct pci_dev *pdev,
                            const struct pci_device_id *dev_id);
 static void altera_cvp_remove(struct pci_dev *pdev);
 
-#define PCI_VENDOR_ID_ALTERA   0x1172
-
 static struct pci_device_id altera_cvp_id_tbl[] = {
        { PCI_VDEVICE(ALTERA, PCI_ANY_ID) },
        { }