]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/xen/xen-pciback/pci_stub.c
Merge remote-tracking branch 'xen-two/linux-next'
[karo-tx-linux.git] / drivers / xen / xen-pciback / pci_stub.c
index e5a0c13e2ad43501fa5543a6a82e1206da68bda4..961d664e2d2faacde4272fa83023919c6ebcf3ca 100644 (file)
@@ -872,7 +872,7 @@ end:
 }
 
 /*add xen_pcibk AER handling*/
-static struct pci_error_handlers xen_pcibk_error_handler = {
+static const struct pci_error_handlers xen_pcibk_error_handler = {
        .error_detected = xen_pcibk_error_detected,
        .mmio_enabled = xen_pcibk_mmio_enabled,
        .slot_reset = xen_pcibk_slot_reset,