From 528b3c65620b3954d7e95ebd916c3df52ce9736c Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Sat, 2 Feb 2008 23:30:22 +0100 Subject: [PATCH] --- yaml --- r: 82722 b: refs/heads/master c: fa95eb1f17a5fe7b3593cff4bf27dbe9ae6cac89 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/mod/modpost.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 98ec3ef9dee1..0d60a21ee83f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 125e564582cbce6219397fc64556438420efae4c +refs/heads/master: fa95eb1f17a5fe7b3593cff4bf27dbe9ae6cac89 diff --git a/trunk/scripts/mod/modpost.c b/trunk/scripts/mod/modpost.c index c2e918e2cef1..5d546466e6b1 100644 --- a/trunk/scripts/mod/modpost.c +++ b/trunk/scripts/mod/modpost.c @@ -870,7 +870,7 @@ const struct sectioncheck sectioncheck[] = { /* Do not export init/exit functions or data */ { .fromsec = { "__ksymtab*", NULL }, - .tosec = { ALL_INIT_SECTIONS, ALL_EXIT_SECTIONS, NULL }, + .tosec = { INIT_SECTIONS, EXIT_SECTIONS, NULL }, .mismatch = EXPORT_TO_INIT_EXIT } };