Skip to content

Commit d5bfb96

Browse files
committed
Merge tag 'for-linus-4.5-2' of git://git.code.sf.net/p/openipmi/linux-ipmi
Pull IPMI fix from Corey Minyard: "Fix a compile error on IPMI when ACPI is disabled" * tag 'for-linus-4.5-2' of git://git.code.sf.net/p/openipmi/linux-ipmi: ipmi: put acpi.h with the other headers
2 parents 86270c8 + 58c9d61 commit d5bfb96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/char/ipmi/ipmi_si_intf.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
#include <linux/of_platform.h>
6969
#include <linux/of_address.h>
7070
#include <linux/of_irq.h>
71+
#include <linux/acpi.h>
7172

7273
#ifdef CONFIG_PARISC
7374
#include <asm/hardware.h> /* for register_parisc_driver() stuff */
@@ -2054,8 +2055,6 @@ static int hardcode_find_bmc(void)
20542055

20552056
#ifdef CONFIG_ACPI
20562057

2057-
#include <linux/acpi.h>
2058-
20592058
/*
20602059
* Once we get an ACPI failure, we don't try any more, because we go
20612060
* through the tables sequentially. Once we don't find a table, there

0 commit comments

Comments
 (0)