Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164579
b: refs/heads/master
c: 0e6b9e8
h: refs/heads/master
i:
  164577: 14f54d9
  164575: 7958b60
v: v3
  • Loading branch information
Peter Huewe authored and Jiri Kosina committed Sep 21, 2009
1 parent cee93d9 commit ae2d5a1
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: a419aef8b858a2bdb98df60336063d28df4b272f
refs/heads/master: 0e6b9e8c2c7b55569333a15e39d684dec986e226
4 changes: 2 additions & 2 deletions trunk/drivers/char/ipmi/ipmi_poweroff.c
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ static struct ctl_table_header *ipmi_table_header;
/*
* Startup and shutdown functions.
*/
static int ipmi_poweroff_init(void)
static int __init ipmi_poweroff_init(void)
{
int rv;

Expand Down Expand Up @@ -725,7 +725,7 @@ static int ipmi_poweroff_init(void)
}

#ifdef MODULE
static __exit void ipmi_poweroff_cleanup(void)
static void __exit ipmi_poweroff_cleanup(void)
{
int rv;

Expand Down

0 comments on commit ae2d5a1

Please sign in to comment.