From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Wed, 16 Oct 2013 14:38:10 +0900 Subject: [U-Boot] [PATCH v2 2/2] serial: s5p: Staticize local functions In-Reply-To: <1381888033.9895.8.camel@phoenix> References: <1381887956.9895.6.camel@phoenix> <1381888033.9895.8.camel@phoenix> Message-ID: <525E2642.8020909@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 16/10/13 10:47, Axel Lin wrote: > Staticize local functions in s5p serial driver. > > Signed-off-by: Axel Lin > --- > v2: Also staticize s5p_serial##port##_* functions > > drivers/serial/serial_s5p.c | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 deletions(-) Acked-by: Minkyu Kang Thanks, Minkyu Kang.