Re: [PATCH] soc: fsl: qe: ucc: Export ucc_mux_set_grant_tsa_bkpt

From: Arnd Bergmann
Date: Thu Sep 05 2024 - 05:23:41 EST


On Thu, Sep 5, 2024, at 07:31, Christophe Leroy wrote:
> Le 05/09/2024 à 09:22, Herve Codina a écrit :
>> When TSA is compiled as module the following error is reported:
>> "ucc_mux_set_grant_tsa_bkpt" [drivers/soc/fsl/qe/tsa.ko] undefined!
>>
>> Indeed, the ucc_mux_set_grant_tsa_bkpt symbol is not exported.
>>
>> Simply export ucc_mux_set_grant_tsa_bkpt.
>>
>> Reported-by: kernel test robot <lkp@xxxxxxxxx>
>> Closes: https://lore.kernel.org/oe-kbuild-all/202409051409.fszn8rEo-lkp@xxxxxxxxx/
>> Signed-off-by: Herve Codina <herve.codina@xxxxxxxxxxx>
>
> Acked-by: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
>
> Arnd, it is ok for you to take this patch directly ?

I've applied this one directly, but I'm not always paying attention
to patches flying by, so if you have more fixes like this in the future,
I recommend that you forward those to soc@xxxxxxxxxx, either as a patch
or a pull request.

That way, I see them in patchwork and will apply them from there.

Arnd