Merge branch 'pci/stephen-const' into next

* pci/stephen-const:
  make drivers with pci error handlers const
  scsi: make pci error handlers const
  netdev: make pci_error_handlers const
  PCI: Make pci_error_handlers const
This commit is contained in:
Bjorn Helgaas
2012-09-12 13:54:10 -06:00
41 changed files with 48 additions and 48 deletions

View File

@@ -16373,7 +16373,7 @@ static void tg3_io_resume(struct pci_dev *pdev)
rtnl_unlock();
}
static struct pci_error_handlers tg3_err_handler = {
static const struct pci_error_handlers tg3_err_handler = {
.error_detected = tg3_io_error_detected,
.slot_reset = tg3_io_slot_reset,
.resume = tg3_io_resume