Re: [PATCH] arm: omap3: Make try_unlock_memory() static

2021-03-16 Thread Tom Rini
On Tue, Mar 16, 2021 at 12:18:05PM -0500, Adam Ford wrote: > On Mon, Mar 15, 2021 at 1:43 AM Lokesh Vutla wrote: > > > > > > > > On 07/03/21 9:23 am, Adam Ford wrote: > > > try_unlock_memory() is only used in one file, so make it static > > > in that file and remove it from the sys_proto header fi

Re: [PATCH] arm: omap3: Make try_unlock_memory() static

2021-03-16 Thread Adam Ford
On Mon, Mar 15, 2021 at 1:43 AM Lokesh Vutla wrote: > > > > On 07/03/21 9:23 am, Adam Ford wrote: > > try_unlock_memory() is only used in one file, so make it static > > in that file and remove it from the sys_proto header file. This > > may help with some further optimization in the future. > > >

Re: [PATCH] arm: omap3: Make try_unlock_memory() static

2021-03-14 Thread Lokesh Vutla
On 07/03/21 9:23 am, Adam Ford wrote: > try_unlock_memory() is only used in one file, so make it static > in that file and remove it from the sys_proto header file. This > may help with some further optimization in the future. > > Signed-off-by: Adam Ford one of omap3 board is failing to buil