Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107613
b: refs/heads/master
c: 3108cf0
h: refs/heads/master
i:
  107611: 9eb6ef9
v: v3
  • Loading branch information
Paul Mundt committed Aug 4, 2008
1 parent d47bb1d commit 5225818
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b5ed042249cb5f76a428aa40ca219d591dad9eea
refs/heads/master: 3108cf061228c2c2951006c80fb6fe832000adda
4 changes: 3 additions & 1 deletion trunk/arch/sh/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <linux/moduleloader.h>
#include <linux/elf.h>
#include <linux/vmalloc.h>
#include <linux/bug.h>
#include <linux/fs.h>
#include <linux/string.h>
#include <linux/kernel.h>
Expand Down Expand Up @@ -145,9 +146,10 @@ int module_finalize(const Elf_Ehdr *hdr,
const Elf_Shdr *sechdrs,
struct module *me)
{
return 0;
return module_bug_finalize(hdr, sechdrs, me);
}

void module_arch_cleanup(struct module *mod)
{
module_bug_cleanup(mod);
}

0 comments on commit 5225818

Please sign in to comment.