edac: Remove the legacy EDAC ABI
[deliverable/linux.git] / drivers / edac / e7xxx_edac.c
index d4cfc24b2f8d9355061daa531d9d9f2e05be696e..9a9c1a5467977ca6bb69042651310b2830275757 100644 (file)
@@ -447,7 +447,7 @@ static int e7xxx_probe1(struct pci_dev *pdev, int dev_idx)
        layers[1].type = EDAC_MC_LAYER_CHANNEL;
        layers[1].size = drc_chan + 1;
        layers[1].is_virt_csrow = false;
-       mci = new_edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*pvt));
+       mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*pvt));
        if (mci == NULL)
                return -ENOMEM;
 
This page took 0.024323 seconds and 5 git commands to generate.