From: Greg Ungerer Date: Thu, 23 Aug 2007 23:26:12 +0000 (+1000) Subject: m68knommu: include linux/fs.h for do_pipe() X-Git-Tag: v2.6.23-rc4~31 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=405d2965597fd9dbd822a5a8c1c66c925a942d6e;p=linux-2.6-omap-h63xx.git m68knommu: include linux/fs.h for do_pipe() Include linux/fs.h to get the prototype for do_pipe(). Build fix. Signed-off-by: Greg Ungerer Signed-off-by: Linus Torvalds --- diff --git a/arch/m68knommu/kernel/sys_m68k.c b/arch/m68knommu/kernel/sys_m68k.c index 48e6b33e8b4..15d62c5279a 100644 --- a/arch/m68knommu/kernel/sys_m68k.c +++ b/arch/m68knommu/kernel/sys_m68k.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include