edac: Remove the legacy EDAC ABI
Now that all drivers got converted to use the new ABI, we can drop the old one. Acked-by: Chris Metcalf <cmetcalf@tilera.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Этот коммит содержится в:
@@ -1291,7 +1291,7 @@ static int __devinit ppc4xx_edac_probe(struct platform_device *op)
|
||||
layers[1].type = EDAC_MC_LAYER_CHANNEL;
|
||||
layers[1].size = ppc4xx_edac_nr_chans;
|
||||
layers[1].is_virt_csrow = false;
|
||||
mci = new_edac_mc_alloc(ppc4xx_edac_instance, ARRAY_SIZE(layers), layers,
|
||||
mci = edac_mc_alloc(ppc4xx_edac_instance, ARRAY_SIZE(layers), layers,
|
||||
sizeof(struct ppc4xx_edac_pdata));
|
||||
if (mci == NULL) {
|
||||
ppc4xx_edac_printk(KERN_ERR, "%s: "
|
||||
|
Ссылка в новой задаче
Block a user