On Fri, Jan 16, 2026 at 01:23:33PM +0100, Christophe Leroy (CS GROUP) wrote:
> Fix following sparse warning:
>
> CHECK drivers/bus/fsl-mc/fsl-mc-bus.c
> drivers/bus/fsl-mc/fsl-mc-bus.c:435:26: warning: symbol
> 'fsl_mc_bus_dpdbg_type' was not declared. Should it be static?
>
> fsl_mc_bus_dpdbg_type is not used outside of fsl-mc-bus.c
>
> Remove the EXPORT_SYMBOL and declare it static.
>
> Fixes: e70ba1b06c26 ("bus: fsl-mc: add the dpdbg device type")
> Signed-off-by: Christophe Leroy (CS GROUP) <[email protected]>
Thanks a lot for this patch. I'm sorry for the really late reply.
I did test this and I am ok with the approach but since it was already
applied, I'm not going to give a tag.
Ioana