]> err.no Git - linux-2.6/blobdiff - scripts/mod/modpost.c
rtc: update documentation wrt irq_set_freq
[linux-2.6] / scripts / mod / modpost.c
index c2e918e2cef1628976054d822e81ab48149875b6..5d546466e6b1f8d2e700fa0ef846ebe6a14569cd 100644 (file)
@@ -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
 }
 };