Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25999
b: refs/heads/master
c: 7420884
h: refs/heads/master
i:
  25997: e7d6bc9
  25995: f753202
  25991: d00cd1b
  25983: fb41147
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Apr 19, 2006
1 parent b5f77fd commit 4e78a43
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: 5e1222717932ff7d447af6da03c10a81fb60af7d
refs/heads/master: 7420884c038f326bdac3a8ded856033523e7684e
4 changes: 2 additions & 2 deletions trunk/drivers/char/ipmi/ipmi_si_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2198,11 +2198,11 @@ static inline void wait_for_timer_and_thread(struct smi_info *smi_info)
}
}

static struct ipmi_default_vals
static __devinitdata struct ipmi_default_vals
{
int type;
int port;
} __devinit ipmi_defaults[] =
} ipmi_defaults[] =
{
{ .type = SI_KCS, .port = 0xca2 },
{ .type = SI_SMIC, .port = 0xca9 },
Expand Down

0 comments on commit 4e78a43

Please sign in to comment.