mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
ipmi/powerpc: Use linux/of_{device,platform}.h instead of asm
Drivers should not include the asm variants anymore Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
3a1a8acf69
commit
11c675cef2
@ -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: "
|
||||
|
Loading…
Reference in New Issue
Block a user