edac: Remove the legacy EDAC ABI
[deliverable/linux.git] / drivers / edac / i3200_edac.c
index d152662ffc664df9bb0b15fd734e0d85cf563dc4..bbe43ef718238c72d159affd4d2f80e22141f88f 100644 (file)
@@ -347,7 +347,7 @@ static int i3200_probe1(struct pci_dev *pdev, int dev_idx)
        layers[1].type = EDAC_MC_LAYER_CHANNEL;
        layers[1].size = nr_channels;
        layers[1].is_virt_csrow = false;
-       mci = new_edac_mc_alloc(0, ARRAY_SIZE(layers), layers,
+       mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers,
                            sizeof(struct i3200_priv));
        if (!mci)
                return -ENOMEM;
This page took 0.030987 seconds and 5 git commands to generate.