summaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/kernel
diff options
context:
space:
mode:
authorGreg Ungerer2007-08-24 01:26:06 +0200
committerLinus Torvalds2007-08-24 06:32:54 +0200
commit07ef30932ea9540aa4ba79789376a46ee68bb59a (patch)
tree07fe6552c19452ceb77edb3326250686e9be7dce /arch/m68knommu/kernel
parentpata_it821x: Fix regression/corruptor (diff)
downloadkernel-qcow2-linux-07ef30932ea9540aa4ba79789376a46ee68bb59a.tar.gz
kernel-qcow2-linux-07ef30932ea9540aa4ba79789376a46ee68bb59a.tar.xz
kernel-qcow2-linux-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/m68knommu/kernel')
-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>