From 3cd83bac481dc4fde8bedf09c8aecb3652e7e547 Mon Sep 17 00:00:00 2001 From: Corey Minyard Date: Thu, 21 Feb 2019 14:21:17 -0600 Subject: ipmi: Consolidate the adding of platform devices It was being done in two different places now that hard-coded devices use platform devices, and it's about to be three with hotmod switching to platform devices. So put the code in one place. This required some rework on some interfaces to make the type space clean. Signed-off-by: Corey Minyard --- drivers/char/ipmi/ipmi_si.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/char/ipmi/ipmi_si.h') diff --git a/drivers/char/ipmi/ipmi_si.h b/drivers/char/ipmi/ipmi_si.h index 3efc8a71aab4..49b211bf9ad7 100644 --- a/drivers/char/ipmi/ipmi_si.h +++ b/drivers/char/ipmi/ipmi_si.h @@ -7,6 +7,7 @@ */ #include +#include #include "ipmi_si_sm.h" #define DEFAULT_REGSPACING 1 -- cgit v1.2.3