ipmi: Remove platform driver overrides and use the id_table
authorCorey Minyard <cminyard@mvista.com>
Thu, 30 Aug 2018 19:36:09 +0000 (14:36 -0500)
committerCorey Minyard <cminyard@mvista.com>
Tue, 18 Sep 2018 21:15:33 +0000 (16:15 -0500)
commitb3096c70b3faf0b08d7d461f359eb4b0447dff8e
treed74e4b4f66732b02dcd1271e426d58272a7ae40b
parent36e398d7ab020dc6290cfeff2925d63b81362189
ipmi: Remove platform driver overrides and use the id_table

The IPMI DMI code was adding platform overrides, which is not
really an ideal solution.  Switch to using the id_table in
the drivers to identify the devices.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_dmi.c
drivers/char/ipmi/ipmi_si_platform.c
drivers/char/ipmi/ipmi_ssif.c