Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143165
b: refs/heads/master
c: 0fa3a88
h: refs/heads/master
i:
  143163: f8f597a
v: v3
  • Loading branch information
Jan Beulich authored and Sam Ravnborg committed Apr 11, 2009
1 parent 30b2a48 commit e7d4410
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: fe8d0a41081d6d0912386f3672ccc0bf1d675630
refs/heads/master: 0fa3a88cfdfc910d7f335aef588edf9819c05d54
4 changes: 2 additions & 2 deletions trunk/scripts/mod/modpost.c
Original file line number Diff line number Diff line change
Expand Up @@ -1913,7 +1913,7 @@ static void read_dump(const char *fname, unsigned int kernel)
if (!mod) {
if (is_vmlinux(modname))
have_vmlinux = 1;
mod = new_module(NOFAIL(strdup(modname)));
mod = new_module(modname);
mod->skip = 1;
}
s = sym_add_exported(symname, mod, export_no(export));
Expand Down Expand Up @@ -1997,7 +1997,7 @@ static void read_markers(const char *fname)

mod = find_module(modname);
if (!mod) {
mod = new_module(NOFAIL(strdup(modname)));
mod = new_module(modname);
mod->skip = 1;
}
if (is_vmlinux(modname)) {
Expand Down

0 comments on commit e7d4410

Please sign in to comment.