Commit e641abd3 authored by Corey Minyard's avatar Corey Minyard

Try to load acpi_ipmi when an SSIF ACPI IPMI interface is added

This is similar to the recent patch for the SI interface, but for SSIF.
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent 429b00f6
......@@ -1472,6 +1472,7 @@ static bool check_acpi(struct ssif_info *ssif_info, struct device *dev)
if (acpi_handle) {
ssif_info->addr_source = SI_ACPI;
ssif_info->addr_info.acpi_info.acpi_handle = acpi_handle;
request_module("acpi_ipmi");
return true;
}
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment