diff options
author | Corey Minyard <cminyard@mvista.com> | 2019-08-01 02:18:25 +0200 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2019-08-02 14:25:03 +0200 |
commit | 104fb25f60077e4696145bcea51ca56f0959d7e3 (patch) | |
tree | 5ce57ae72112aa1f598ec98b8a59940403c72cec /drivers/char/ipmi/ipmi_dmi.h | |
parent | ipmi_si: Convert timespec64 to timespec (diff) | |
download | linux-104fb25f60077e4696145bcea51ca56f0959d7e3.tar.xz linux-104fb25f60077e4696145bcea51ca56f0959d7e3.zip |
ipmi_si: Rework some include files
ipmi_si_sm.h was getting included in lots of places it didn't
belong. Rework things a bit to remove all the dependencies,
mostly just moving things between include files that were in
the wrong place and removing bogus includes.
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'drivers/char/ipmi/ipmi_dmi.h')
-rw-r--r-- | drivers/char/ipmi/ipmi_dmi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/ipmi/ipmi_dmi.h b/drivers/char/ipmi/ipmi_dmi.h index 2dbec0461d0c..e16a9dbdcc29 100644 --- a/drivers/char/ipmi/ipmi_dmi.h +++ b/drivers/char/ipmi/ipmi_dmi.h @@ -2,6 +2,7 @@ /* * DMI defines for use by IPMI */ +#include "ipmi_si.h" #ifdef CONFIG_IPMI_DMI_DECODE int ipmi_dmi_get_slave_addr(enum si_type si_type, unsigned int space, |