m68knommu: include linux/fs.h for getname()
authorGreg Ungerer <[email protected]>
Thu, 23 Aug 2007 23:26:06 +0000 (09:26 +1000)
committerLinus Torvalds <[email protected]>
Fri, 24 Aug 2007 04:32:54 +0000 (21:32 -0700)
Include linux/fs.h to get the prototype for getname().
Build fix.

Signed-off-by: Greg Ungerer <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/m68knommu/kernel/process.c

index 846f97534685cfb9a529486d3a4a6d37c3f5aeee..47502d5ec19fa18873ca85fcebeae7ff42e9ed16 100644 (file)
@@ -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>