Skip to content
Commit 070cbd1d authored by Martin Wilck's avatar Martin Wilck Committed by Corey Minyard
Browse files

ipmi: create hardware-independent softdep for ipmi_devintf



When a computer has an IPMI system interface, the device interface
is most probably also desired. Autoloading of ipmi_devintf currently
works only if ipmi_si has allocated a platform device. That doesn't
happen if the SI interface was detected e.g. via ACPI. But ACPI
detection is preferred these days, see e.g. kernel.org bug 46741.

This patch introduces a softdep in place of the existing modalias
for ipmi_devintf.

Signed-off-by: default avatarMartin Wilck <mwilck@suse.com>
Suggested-by: default avatarTakashi Iwai <tiwai@suse.com>

I moved this to ipmi_msghandler.c, so it works for all IPMI
interfaces.  Retested by Martin.

Tested-by: default avatarMartin Wilck <mwilck@suse.com>
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent a24b5dd5
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