Re: [U-Boot] [PATCH v2 1/2] serial: xuartlite: Staticize local functions

2013-10-16 Thread Stefan Roese
On 16.10.2013 03:45, Axel Lin wrote: Staticize local functions in xuartlite driver. Signed-off-by: Axel Lin axel@ingics.com Acked-by: Stefan Roese s...@denx.de Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v2 1/2] serial: xuartlite: Staticize local functions

2013-10-16 Thread Michal Simek
On 10/16/2013 08:18 AM, Stefan Roese wrote: On 16.10.2013 03:45, Axel Lin wrote: Staticize local functions in xuartlite driver. Signed-off-by: Axel Lin axel@ingics.com Acked-by: Stefan Roese s...@denx.de Tested-by: Michal Simek mon...@monstr.eu Thanks, Michal -- Michal Simek, Ing.

[U-Boot] [PATCH v2 1/2] serial: xuartlite: Staticize local functions

2013-10-15 Thread Axel Lin
Staticize local functions in xuartlite driver. Signed-off-by: Axel Lin axel@ingics.com --- v2: Also staticize userial##port##_* functions drivers/serial/serial_xuartlite.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git