浏览代码

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>
Greg Ungerer 18 年之前
父节点
当前提交
07ef30932e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/m68knommu/kernel/process.c

+ 1 - 0
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>