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 } };