From: Stephen Rothwell Date: Fri, 23 May 2008 06:22:42 +0000 (+1000) Subject: ipmi/powerpc: Use linux/of_{device,platform}.h instead of asm X-Git-Tag: v2.6.27-rc2~117^2~6 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=11c675cef2fbe471dc6103a89b156e65c3630f3a;p=linux-2.6-omap-h63xx.git ipmi/powerpc: Use linux/of_{device,platform}.h instead of asm Drivers should not include the asm variants anymore Signed-off-by: Stephen Rothwell Signed-off-by: Benjamin Herrenschmidt --- diff --git a/drivers/char/ipmi/ipmi_si_intf.c b/drivers/char/ipmi/ipmi_si_intf.c index 192688344ed..f52931e1c16 100644 --- a/drivers/char/ipmi/ipmi_si_intf.c +++ b/drivers/char/ipmi/ipmi_si_intf.c @@ -66,8 +66,8 @@ #include #ifdef CONFIG_PPC_OF -#include -#include +#include +#include #endif #define PFX "ipmi_si: "