mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
104fb25f60
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>
11 lines
240 B
C
11 lines
240 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* 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,
|
|
unsigned long base_addr);
|
|
#endif
|