aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2007-08-24 09:26:06 +1000
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-08-23 21:32:54 -0700
commit07ef30932ea9540aa4ba79789376a46ee68bb59a (patch)
tree07fe6552c19452ceb77edb3326250686e9be7dce /arch
parentpata_it821x: Fix regression/corruptor (diff)
downloadlinux-dev-07ef30932ea9540aa4ba79789376a46ee68bb59a.tar.xz
linux-dev-07ef30932ea9540aa4ba79789376a46ee68bb59a.zip
m68knommu: include linux/fs.h for getname()
Include linux/fs.h to get the prototype for getname(). Build fix. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/m68knommu/kernel/process.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68knommu/kernel/process.c b/arch/m68knommu/kernel/process.c
index 846f97534685..47502d5ec19f 100644
--- a/arch/m68knommu/kernel/process.c
+++ b/arch/m68knommu/kernel/process.c
@@ -28,6 +28,7 @@
#include <linux/a.out.h>
#include <linux/interrupt.h>
#include <linux/reboot.h>
+#include <linux/fs.h>
#include <asm/uaccess.h>
#include <asm/system.h>