Re: [PATCH] mpc85xx_edac: Remove unused function

2013-10-08 Thread Thierry Reding
On Tue, Oct 08, 2013 at 08:39:02AM +0200, Johannes Thumshirn wrote: > On Mon, Oct 07, 2013 at 05:13:55PM +0200, Thierry Reding wrote: > > Commit 905e75c (powerpc/fsl-pci: Unify pci/pcie initialization code) > > removed the struct platform_driver that held the last reference to the > > mpc85xx_pci_e

Re: [PATCH] mpc85xx_edac: Remove unused function

2013-10-07 Thread Johannes Thumshirn
On Mon, Oct 07, 2013 at 05:13:55PM +0200, Thierry Reding wrote: > Commit 905e75c (powerpc/fsl-pci: Unify pci/pcie initialization code) > removed the struct platform_driver that held the last reference to the > mpc85xx_pci_err_remove() function. Remove the function since it is > effectively dead cod

Re: [PATCH] mpc85xx_edac: Remove unused function

2013-10-07 Thread Borislav Petkov
I'm guessing this one is for Johannes. CCed... On Mon, Oct 07, 2013 at 05:13:55PM +0200, Thierry Reding wrote: > Commit 905e75c (powerpc/fsl-pci: Unify pci/pcie initialization code) > removed the struct platform_driver that held the last reference to the > mpc85xx_pci_err_remove() function. Remove

[PATCH] mpc85xx_edac: Remove unused function

2013-10-07 Thread Thierry Reding
Commit 905e75c (powerpc/fsl-pci: Unify pci/pcie initialization code) removed the struct platform_driver that held the last reference to the mpc85xx_pci_err_remove() function. Remove the function since it is effectively dead code. Signed-off-by: Thierry Reding --- drivers/edac/mpc85xx_edac.c | 23