From d8753571b29320b7fd8d49f3e01daf1c132a84f7 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 8 Jan 2015 16:02:20 +0900 Subject: sizes.h: move include/sizes.h to include/linux/sizes.h This file originates in Linux. Linux has it under include/linux/ directory since commit dccd2304cc90. Let's move it to the same place as well in barebox. This commit was generated by the following commands: find -name '*.[chS]' | xargs sed -i -e 's:::' git mv include/sizes.h include/linux/ Signed-off-by: Masahiro Yamada Signed-off-by: Sascha Hauer --- fs/nfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/nfs.c') diff --git a/fs/nfs.c b/fs/nfs.c index 046cd4d76c..f1abd0bc5a 100644 --- a/fs/nfs.c +++ b/fs/nfs.c @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include #include "parseopt.h" -- cgit v1.2.3