提交 11c675ce 编写于 作者: S Stephen Rothwell 提交者: Benjamin Herrenschmidt

ipmi/powerpc: Use linux/of_{device,platform}.h instead of asm

Drivers should not include the asm variants anymore
Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
上级 3a1a8acf
......@@ -66,8 +66,8 @@
#include <linux/ctype.h>
#ifdef CONFIG_PPC_OF
#include <asm/of_device.h>
#include <asm/of_platform.h>
#include <linux/of_device.h>
#include <linux/of_platform.h>
#endif
#define PFX "ipmi_si: "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册