Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198791
b: refs/heads/master
c: 754d453
h: refs/heads/master
i:
  198789: 64c3e0c
  198787: 268ffc1
  198783: 33c2bbb
v: v3
  • Loading branch information
Matthew Garrett authored and Linus Torvalds committed May 27, 2010
1 parent 7a0f37d commit 7afff66
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 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: d8cc5267b802003e2c67ac5254788044852ccfa9
refs/heads/master: 754d453185275951d39792865927ec494fa1ebd8
23 changes: 12 additions & 11 deletions trunk/drivers/char/ipmi/ipmi_si_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -3306,17 +3306,6 @@ static __devinit int init_ipmi_si(void)
}
mutex_unlock(&smi_infos_lock);

#ifdef CONFIG_DMI
dmi_find_bmc();
#endif

#ifdef CONFIG_ACPI
spmi_find_bmc();
#endif
#ifdef CONFIG_ACPI
pnp_register_driver(&ipmi_pnp_driver);
#endif

#ifdef CONFIG_PCI
rv = pci_register_driver(&ipmi_pci_driver);
if (rv)
Expand All @@ -3325,6 +3314,18 @@ static __devinit int init_ipmi_si(void)
rv);
#endif

#ifdef CONFIG_ACPI
pnp_register_driver(&ipmi_pnp_driver);
#endif

#ifdef CONFIG_DMI
dmi_find_bmc();
#endif

#ifdef CONFIG_ACPI
spmi_find_bmc();
#endif

#ifdef CONFIG_PPC_OF
of_register_platform_driver(&ipmi_of_platform_driver);
#endif
Expand Down

0 comments on commit 7afff66

Please sign in to comment.