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: upstream/snapshot3+hdmi~23195^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11c675cef2fbe471dc6103a89b156e65c3630f3a;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.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 1926883..f52931e 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: "