Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82722
b: refs/heads/master
c: fa95eb1
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg committed Feb 3, 2008
1 parent cb543c4 commit 528b3c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 125e564582cbce6219397fc64556438420efae4c
refs/heads/master: fa95eb1f17a5fe7b3593cff4bf27dbe9ae6cac89
2 changes: 1 addition & 1 deletion trunk/scripts/mod/modpost.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
};
Expand Down

0 comments on commit 528b3c6

Please sign in to comment.