Re: [PATCH V5 11/17] arm: mach-k3: am625_init: Convert rtc_erratumi2327_init to static

2023-08-24 Thread Tom Rini
On Wed, Aug 23, 2023 at 10:10:55PM -0500, Nishanth Menon wrote: > The erratum is called locally, make it static, drop the #ifdeffery since > it will only be called in R5 build and mark it potentially unused to > stop compiler screaming at us. > > While at this, drop the redundant return for a voi

Re: [PATCH V5 11/17] arm: mach-k3: am625_init: Convert rtc_erratumi2327_init to static

2023-08-24 Thread Mattijs Korpershoek
On mer., août 23, 2023 at 22:10, Nishanth Menon wrote: > The erratum is called locally, make it static, drop the #ifdeffery since > it will only be called in R5 build and mark it potentially unused to > stop compiler screaming at us. > > While at this, drop the redundant return for a void functio

[PATCH V5 11/17] arm: mach-k3: am625_init: Convert rtc_erratumi2327_init to static

2023-08-23 Thread Nishanth Menon
The erratum is called locally, make it static, drop the #ifdeffery since it will only be called in R5 build and mark it potentially unused to stop compiler screaming at us. While at this, drop the redundant return for a void function. Signed-off-by: Nishanth Menon --- new patch (cleanup before m