Re: [PATCH V2 0/3] arm: omap3: Make functions static when possible

2021-04-11 Thread Lokesh Vutla
On 18/03/21 6:10 pm, Adam Ford wrote: > A few functions are defined without being labeled as static > to that file. In an effort to keep SPL as small as possible, > one function needs to be moved into an #ifdef so it's only enabled > when the calling function is available, and all of these can

[PATCH V2 0/3] arm: omap3: Make functions static when possible

2021-03-18 Thread Adam Ford
A few functions are defined without being labeled as static to that file. In an effort to keep SPL as small as possible, one function needs to be moved into an #ifdef so it's only enabled when the calling function is available, and all of these can simply be marked as static. Before: textd