Archived
14
0
Fork 0

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>
This commit is contained in:
Greg Ungerer 2007-08-24 09:26:06 +10:00 committed by Linus Torvalds
parent 604de6e0ee
commit 07ef30932e

View 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>