Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199511
b: refs/heads/master
c: fc2f7ef
h: refs/heads/master
i:
  199509: 39827eb
  199507: a6b52fa
  199503: bbcfd3e
v: v3
  • Loading branch information
Uwe Kleine-König committed Jan 30, 2010
1 parent 25951aa commit 1ecb21e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d2a636ee6c3b8c292fbaae05976fe1537b70958
refs/heads/master: fc2f7efadb755b020ad8fdf195515dacaf185e2d
3 changes: 0 additions & 3 deletions trunk/scripts/mod/modpost.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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");
Expand Down

0 comments on commit 1ecb21e

Please sign in to comment.