|
@@ -301,7 +301,7 @@ static int ali_notify_sys(struct notifier_block *this,
|
|
|
* want to register another driver on the same PCI id.
|
|
|
*/
|
|
|
|
|
|
-static struct pci_device_id ali_pci_tbl[] = {
|
|
|
+static struct pci_device_id ali_pci_tbl[] __used = {
|
|
|
{ PCI_VENDOR_ID_AL, 0x1533, PCI_ANY_ID, PCI_ANY_ID,},
|
|
|
{ PCI_VENDOR_ID_AL, 0x1535, PCI_ANY_ID, PCI_ANY_ID,},
|
|
|
{ 0, },
|