diff options
-rw-r--r-- | drivers/scsi/gdth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/gdth.c b/drivers/scsi/gdth.c index 60446b88f721..a4a825980817 100644 --- a/drivers/scsi/gdth.c +++ b/drivers/scsi/gdth.c | |||
@@ -876,7 +876,7 @@ static int __init gdth_search_pci(gdth_pci_str *pcistr) | |||
876 | /* Vortex only makes RAID controllers. | 876 | /* Vortex only makes RAID controllers. |
877 | * We do not really want to specify all 550 ids here, so wildcard match. | 877 | * We do not really want to specify all 550 ids here, so wildcard match. |
878 | */ | 878 | */ |
879 | static struct pci_device_id gdthtable[] __attribute_used__ = { | 879 | static struct pci_device_id gdthtable[] __maybe_unused = { |
880 | {PCI_VENDOR_ID_VORTEX,PCI_ANY_ID,PCI_ANY_ID, PCI_ANY_ID}, | 880 | {PCI_VENDOR_ID_VORTEX,PCI_ANY_ID,PCI_ANY_ID, PCI_ANY_ID}, |
881 | {PCI_VENDOR_ID_INTEL,PCI_DEVICE_ID_INTEL_SRC,PCI_ANY_ID,PCI_ANY_ID}, | 881 | {PCI_VENDOR_ID_INTEL,PCI_DEVICE_ID_INTEL_SRC,PCI_ANY_ID,PCI_ANY_ID}, |
882 | {PCI_VENDOR_ID_INTEL,PCI_DEVICE_ID_INTEL_SRC_XSCALE,PCI_ANY_ID,PCI_ANY_ID}, | 882 | {PCI_VENDOR_ID_INTEL,PCI_DEVICE_ID_INTEL_SRC_XSCALE,PCI_ANY_ID,PCI_ANY_ID}, |