From 9d70029edbbf23474e022ac77700269807d64b0d Mon Sep 17 00:00:00 2001 From: Corey Minyard Date: Tue, 12 Sep 2017 22:55:57 -0500 Subject: ipmi_si: Move platform device handling to another file Signed-off-by: Corey Minyard Stephen Rothwell fixed an issue with the include files --- drivers/char/ipmi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/char/ipmi/Makefile') diff --git a/drivers/char/ipmi/Makefile b/drivers/char/ipmi/Makefile index ebd728497b23..fa3858f472ac 100644 --- a/drivers/char/ipmi/Makefile +++ b/drivers/char/ipmi/Makefile @@ -3,7 +3,7 @@ # ipmi_si-y := ipmi_si_intf.o ipmi_kcs_sm.o ipmi_smic_sm.o ipmi_bt_sm.o \ - ipmi_si_hotmod.o ipmi_si_hardcode.o + ipmi_si_hotmod.o ipmi_si_hardcode.o ipmi_si_platform.o obj-$(CONFIG_IPMI_HANDLER) += ipmi_msghandler.o obj-$(CONFIG_IPMI_DEVICE_INTERFACE) += ipmi_devintf.o -- cgit