edac: Remove the legacy EDAC ABI
[deliverable/linux.git] / drivers / edac / i5000_edac.c
index fdbc57cb728765fa020599a6bba803924ad57048..82f3f4d2e7b81fd50854e74d5fede8506582c759 100644 (file)
@@ -1396,8 +1396,7 @@ static int i5000_probe1(struct pci_dev *pdev, int dev_idx)
        layers[2].type = EDAC_MC_LAYER_SLOT;
        layers[2].size = num_dimms_per_channel;
        layers[2].is_virt_csrow = true;
-       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.025946 seconds and 5 git commands to generate.