Explorar o código

NOMMU: mm/nommu.c needs linux/module.h

mm/nommu.c needs to #include linux/module.h for it to understand EXPORT_*()
macros.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
David Howells %!s(int64=17) %!d(string=hai) anos
pai
achega
f2b8544f5f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      mm/nommu.c

+ 1 - 0
mm/nommu.c

@@ -12,6 +12,7 @@
  *  Copyright (c) 2002      Greg Ungerer <gerg@snapgear.com>
  */
 
+#include <linux/module.h>
 #include <linux/mm.h>
 #include <linux/mman.h>
 #include <linux/swap.h>