From 1ecb21e4ee27f90d1f9bc936a167b1872f9a383b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Sat, 30 Jan 2010 16:57:48 +0100 Subject: [PATCH] --- yaml --- r: 199511 b: refs/heads/master c: fc2f7efadb755b020ad8fdf195515dacaf185e2d h: refs/heads/master i: 199509: 39827ebc2b86260da6a161978f3ce9a6b6133cd5 199507: a6b52fa568053d3b3c9d32940f3bd9b20dfc37be 199503: bbcfd3eaa79304d9324a1842689a573558a298a7 v: v3 --- [refs] | 2 +- trunk/scripts/mod/modpost.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 60351a2e6315..2684f8747db1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0d2a636ee6c3b8c292fbaae05976fe1537b70958 +refs/heads/master: fc2f7efadb755b020ad8fdf195515dacaf185e2d diff --git a/trunk/scripts/mod/modpost.c b/trunk/scripts/mod/modpost.c index 3f0380b8d8f7..a94bd10ad2de 100644 --- a/trunk/scripts/mod/modpost.c +++ b/trunk/scripts/mod/modpost.c @@ -835,7 +835,6 @@ static const char *linker_symbols[] = { "__init_begin", "_sinittext", "_einittext", NULL }; enum mismatch { - NO_MISMATCH, TEXT_TO_ANY_INIT, DATA_TO_ANY_INIT, TEXT_TO_ANY_EXIT, @@ -1280,8 +1279,6 @@ static void report_sec_mismatch(const char *modname, "Fix this by removing the %sannotation of %s " "or drop the export.\n", tosym, sec2annotation(tosec), sec2annotation(tosec), tosym); - case NO_MISMATCH: - /* To get warnings on missing members */ break; } fprintf(stderr, "\n");