From e034ea3b77baf90ab8dde2c1beeb22704b01fb2d Mon Sep 17 00:00:00 2001 From: Daniel Schwierzeck Date: Sun, 3 Jun 2012 23:46:04 +0200 Subject: MIPS: board.c: move extern declarations to u-boot-mips.h This fixes some remaining checkpatch.pl warnings. Signed-off-by: Daniel Schwierzeck --- include/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 8564a65cfd..ecfa6c429f 100644 --- a/include/common.h +++ b/include/common.h @@ -355,6 +355,9 @@ int setenv_addr(const char *varname, const void *addr); # include # include #endif /* CONFIG_NDS32 */ +#ifdef CONFIG_MIPS +# include +#endif /* CONFIG_MIPS */ #ifdef CONFIG_AUTO_COMPLETE int env_complete(char *var, int maxv, char *cmdv[], int maxsz, char *buf); -- cgit v1.2.1