We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2a636 commit fc2f7efCopy full SHA for fc2f7ef
scripts/mod/modpost.c
@@ -835,7 +835,6 @@ static const char *linker_symbols[] =
835
{ "__init_begin", "_sinittext", "_einittext", NULL };
836
837
enum mismatch {
838
- NO_MISMATCH,
839
TEXT_TO_ANY_INIT,
840
DATA_TO_ANY_INIT,
841
TEXT_TO_ANY_EXIT,
@@ -1280,8 +1279,6 @@ static void report_sec_mismatch(const char *modname,
1280
1279
"Fix this by removing the %sannotation of %s "
1281
"or drop the export.\n",
1282
tosym, sec2annotation(tosec), sec2annotation(tosec), tosym);
1283
- case NO_MISMATCH:
1284
- /* To get warnings on missing members */
1285
break;
1286
}
1287
fprintf(stderr, "\n");
0 commit comments