From: David Howells Date: Mon, 29 Oct 2007 13:15:39 +0000 (+0000) Subject: NOMMU: mm/nommu.c needs linux/module.h X-Git-Tag: v2.6.24-rc2~102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2b8544f5f50073fcc705e16b45a6821d50eb080;p=platform%2Fkernel%2Flinux-exynos.git 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 Signed-off-by: Linus Torvalds --- diff --git a/mm/nommu.c b/mm/nommu.c index 8f09333..35622c5 100644 --- a/mm/nommu.c +++ b/mm/nommu.c @@ -12,6 +12,7 @@ * Copyright (c) 2002 Greg Ungerer */ +#include #include #include #include