Re: [PATCH] bus: fsl-mc: Remove deadcode

From: Ioana Ciornei
Date: Fri Mar 21 2025 - 04:17:08 EST


On Fri, Nov 15, 2024 at 03:20:55PM +0000, linux@xxxxxxxxxxx wrote:
> From: "Dr. David Alan Gilbert" <linux@xxxxxxxxxxx>
>
> fsl_mc_allocator_driver_exit() was added explicitly by
> commit 1e8ac83b6caf ("bus: fsl-mc: add fsl_mc_allocator cleanup function")
> but was never used.
>
> Remove it.
>
> fsl_mc_portal_reset() was added in 2015 by
> commit 197f4d6a4a00 ("staging: fsl-mc: fsl-mc object allocator driver")
> but was never used.
>
> Remove it.
>
> fsl_mc_portal_reset() was the only caller of dpmcp_reset().
>
> Remove it.
>
> Signed-off-by: Dr. David Alan Gilbert <linux@xxxxxxxxxxx>

Acked-by: Ioana Ciornei <ioana.ciornei@xxxxxxx>