|
@@ -183,7 +183,7 @@ struct ismt_priv {
|
|
|
/**
|
|
|
* ismt_ids - PCI device IDs supported by this driver
|
|
|
*/
|
|
|
-static const DEFINE_PCI_DEVICE_TABLE(ismt_ids) = {
|
|
|
+static DEFINE_PCI_DEVICE_TABLE(ismt_ids) = {
|
|
|
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_S1200_SMT0) },
|
|
|
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_S1200_SMT1) },
|
|
|
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_AVOTON_SMT) },
|