From e6d9b9785cde08162afd68ef555dcef7d477e1be Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Tue, 6 Sep 2011 09:05:42 +0000 Subject: MX25: tx25: Avoid the usage of extern in C file Avoid the usage of extern in C file as pointed out by checkpatch. Signed-off-by: Fabio Estevam --- board/karo/tx25/tx25.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'board/karo/tx25') diff --git a/board/karo/tx25/tx25.c b/board/karo/tx25/tx25.c index ce75468e38..307ffd0cbe 100644 --- a/board/karo/tx25/tx25.c +++ b/board/karo/tx25/tx25.c @@ -29,6 +29,7 @@ #include #include #include +#include static void mdelay(int n) { @@ -142,8 +143,6 @@ void tx25_fec_init(void) int board_init() { #ifdef CONFIG_MXC_UART - extern void mx25_uart1_init_pins(void); - mx25_uart1_init_pins(); #endif /* board id for linux */ -- cgit v1.2.1