From: Rob Herring Date: Tue, 16 Nov 2010 20:33:51 +0000 (-0600) Subject: ipmi: explicitly include of_address.h and of_irq.h X-Git-Tag: v2.6.38-rc1~431^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=672d8eafe38e9324055b8c0d0ad6e95c43b6d52a;p=thirdparty%2Fkernel%2Flinux.git ipmi: explicitly include of_address.h and of_irq.h of_address.h and of_irq.h are implicitly included on powerpc. Adding them fixes builds on non-powerpc platforms. Signed-off-by: Rob Herring Signed-off-by: Grant Likely --- diff --git a/drivers/char/ipmi/ipmi_si_intf.c b/drivers/char/ipmi/ipmi_si_intf.c index 8cc4607cc86c7..f27c04e18aaae 100644 --- a/drivers/char/ipmi/ipmi_si_intf.c +++ b/drivers/char/ipmi/ipmi_si_intf.c @@ -69,6 +69,8 @@ #ifdef CONFIG_PPC_OF #include #include +#include +#include #endif #define PFX "ipmi_si: "