aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-08-07 10:30:40 +1000
committerPaul Mackerras <paulus@samba.org>2008-08-20 16:34:58 +1000
commit0ec27c049d80535f77901654a310b090106b046c (patch)
tree12ad2d9e58bb09eed39c562dac3b2c12c873eab8 /arch
parentpowerpc: Convert the MPIC MSI code to use msi_bitmap (diff)
downloadlinux-dev-0ec27c049d80535f77901654a310b090106b046c.tar.xz
linux-dev-0ec27c049d80535f77901654a310b090106b046c.zip
powerpc: Remove include of linux/of_platform.h from asm/of_platform.h
Now that we have removed all inclusions of asm/of_platform.h, this compatibility include can be removed. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rw-r--r--arch/powerpc/include/asm/of_platform.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/of_platform.h b/arch/powerpc/include/asm/of_platform.h
index 18659ef72139..53b46507ffde 100644
--- a/arch/powerpc/include/asm/of_platform.h
+++ b/arch/powerpc/include/asm/of_platform.h
@@ -11,9 +11,6 @@
*
*/
-/* This is just here during the transition */
-#include <linux/of_platform.h>
-
/* Platform drivers register/unregister */
static inline int of_register_platform_driver(struct of_platform_driver *drv)
{