diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-05-23 16:22:42 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-07-30 15:26:53 +1000 |
commit | 11c675cef2fbe471dc6103a89b156e65c3630f3a (patch) | |
tree | acdd0d57d0a4325ec07d1476eaa4fa7453477c0e /drivers/char/ipmi | |
parent | 3a1a8acf690873f0ee2d8a648c2ec185f4294bd2 (diff) | |
download | linux-3.10-11c675cef2fbe471dc6103a89b156e65c3630f3a.tar.gz linux-3.10-11c675cef2fbe471dc6103a89b156e65c3630f3a.tar.bz2 linux-3.10-11c675cef2fbe471dc6103a89b156e65c3630f3a.zip |
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>
Diffstat (limited to 'drivers/char/ipmi')
-rw-r--r-- | drivers/char/ipmi/ipmi_si_intf.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <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: " |