From 3cfa4bc00c61eca4c0986c793dd21b8b5271fd8f Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 30 Jul 2014 10:43:51 +0200 Subject: move file helper functions to separate file We have our file helper functions in several places. Move them all to lib/libfile.c. With this we no longer have file helpers in fs/fs.c which contains the core fs functions and no functions in lib/libbb.c which are not from busybox. Signed-off-by: Sascha Hauer --- arch/mips/lib/bootm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips') diff --git a/arch/mips/lib/bootm.c b/arch/mips/lib/bootm.c index 3d6a4ce648..0e03aa9bcb 100644 --- a/arch/mips/lib/bootm.c +++ b/arch/mips/lib/bootm.c @@ -1,5 +1,6 @@ #include #include +#include #include #include #include -- cgit v1.2.3