Przeglądaj źródła

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 lat temu
rodzic
commit
07ef30932e
1 zmienionych plików z 1 dodań i 0 usunięć
  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>