Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113322
b: refs/heads/master
c: 45b1e23
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jul 29, 2008
1 parent 7fc7efe commit 8086daa
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: 80cc9f1020f49c9e5b50898c102fd444de70a0a3
refs/heads/master: 45b1e23eca1c53fa79a611a2bc8c93697ede6c97
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/microcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ static struct notifier_block __refdata mc_cpu_notifier = {
.notifier_call = mc_cpu_callback,
};

static int microcode_init(void *opaque, struct module *module)
int microcode_init(void *opaque, struct module *module)
{
struct microcode_ops *ops = (struct microcode_ops *)opaque;
int error;
Expand Down Expand Up @@ -457,7 +457,7 @@ static int microcode_init(void *opaque, struct module *module)
}
EXPORT_SYMBOL_GPL(microcode_init);

static void __exit microcode_exit (void)
void __exit microcode_exit (void)
{
microcode_dev_exit();

Expand Down

0 comments on commit 8086daa

Please sign in to comment.