edac: Remove the legacy EDAC ABI
[deliverable/linux.git] / drivers / edac / i82975x_edac.c
index 092fa5ab2e1aec756ff1a55a9bbc64e04675bd99..9c346d7f707f951a08e126568916344274f5bc08 100644 (file)
@@ -555,7 +555,7 @@ static int i82975x_probe1(struct pci_dev *pdev, int dev_idx)
        layers[1].type = EDAC_MC_LAYER_CHANNEL;
        layers[1].size = I82975X_NR_CSROWS(chans);
        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) {
                rc = -ENOMEM;
                goto fail1;
This page took 0.025889 seconds and 5 git commands to generate.