Skip to content

Commit

Permalink
edac/85xx: Remove mpc85xx_pci_err_remove
Browse files Browse the repository at this point in the history
Remove mpc85xx_pci_err_remove(...) which is obsolete, this removes the
compiler warning which can be seen when building the driver either
statically or as a module.

Signed-off-by: Johannes Thumshirn <morbidrsa@gmail.com>
Link: https://lkml.kernel.org/r/20131112161901.GA15637@jtlinux
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@men.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
  • Loading branch information
Johannes Thumshirn authored and Borislav Petkov committed Nov 17, 2013
1 parent ccdfb97 commit 0f1741c
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions drivers/edac/mpc85xx_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,28 +327,6 @@ int mpc85xx_pci_err_probe(struct platform_device *op)
}
EXPORT_SYMBOL(mpc85xx_pci_err_probe);

static int mpc85xx_pci_err_remove(struct platform_device *op)
{
struct edac_pci_ctl_info *pci = dev_get_drvdata(&op->dev);
struct mpc85xx_pci_pdata *pdata = pci->pvt_info;

edac_dbg(0, "\n");

out_be32(pdata->pci_vbase + MPC85XX_PCI_ERR_CAP_DR,
orig_pci_err_cap_dr);

out_be32(pdata->pci_vbase + MPC85XX_PCI_ERR_EN, orig_pci_err_en);

edac_pci_del_device(pci->dev);

if (edac_op_state == EDAC_OPSTATE_INT)
irq_dispose_mapping(pdata->irq);

edac_pci_free_ctl_info(pci);

return 0;
}

#endif /* CONFIG_PCI */

/**************************** L2 Err device ***************************/
Expand Down

0 comments on commit 0f1741c

Please sign in to comment.