From viro@ftp.linux.org.uk Fri Jul 20 05:49:12 2007 Date: Fri, 20 Jul 2007 04:32:48 +0100 From: Al Viro To: torvalds@linux-foundation.org Cc: linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org Subject: [PATCH 1/8] m68k: teach modpost about .m68_fixup Signed-off-by: Al Viro --- scripts/mod/modpost.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 04579a5..5ab7914 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -1076,6 +1076,7 @@ static int initexit_section_ref_ok(const char *name) ".plt", /* seen on ARCH=um build on x86_64. Harmless */ ".smp_locks", ".stab", + ".m68k_fixup", NULL }; /* Start of section names */ -- 1.5.3.GIT - To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html