[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What is the reason for "section type conflict"?



The line number correspond to this:

static struct pci_device_id sis190_pci_tbl[] __devinitdata = {
        { PCI_DEVICE(PCI_VENDOR_ID_SI, 0x0190), 0, 0, 0 },
        { PCI_DEVICE(PCI_VENDOR_ID_SI, 0x0191), 0, 0, 1 },
        { 0, },
};

MODULE_DEVICE_TABLE(pci, sis190_pci_tbl);

Not sure how the conflict arises, as I cannot find any duplicated name as u mentioned.

Amazingly, the same problem repeated itself 4 times among different machines here.

I am attempting a full git clone now instead.....first time I have to do this :-).