diff options
author | Ingo Molnar <mingo@kernel.org> | 2016-09-05 13:24:11 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-09-05 13:24:11 +0200 |
commit | 62cc20bcf25617dd5ad23356ea46830da3ef7356 (patch) | |
tree | afc8bd217bd3227d26b4aebf3526723c28fe3a08 /drivers/scsi/wd719x.c | |
parent | a1eb1411b4e4251db02179e39d234c2ee5192c72 (diff) | |
parent | 135e8c9250dd5c8c9aae5984fde6f230d0cbfeaf (diff) |
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'drivers/scsi/wd719x.c')
-rw-r--r-- | drivers/scsi/wd719x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/wd719x.c b/drivers/scsi/wd719x.c index e3da1a2fdb66..2a9da2e0ea6b 100644 --- a/drivers/scsi/wd719x.c +++ b/drivers/scsi/wd719x.c @@ -962,7 +962,7 @@ static void wd719x_pci_remove(struct pci_dev *pdev) scsi_host_put(sh); } -static DEFINE_PCI_DEVICE_TABLE(wd719x_pci_table) = { +static const struct pci_device_id wd719x_pci_table[] = { { PCI_DEVICE(PCI_VENDOR_ID_WD, 0x3296) }, {} }; |