diff options
author | Greg Ungerer <gerg@snapgear.com> | 2007-08-24 09:26:06 +1000 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-08-23 21:32:54 -0700 |
commit | 07ef30932ea9540aa4ba79789376a46ee68bb59a (patch) | |
tree | 07fe6552c19452ceb77edb3326250686e9be7dce /arch/m68knommu | |
parent | 604de6e0ee3517d7f66427c8fc782761e057f025 (diff) |
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')
-rw-r--r-- | arch/m68knommu/kernel/process.c | 1 |
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> |