summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorStephen Rothwell2008-08-07 02:30:40 +0200
committerPaul Mackerras2008-08-20 08:34:58 +0200
commit0ec27c049d80535f77901654a310b090106b046c (patch)
tree12ad2d9e58bb09eed39c562dac3b2c12c873eab8 /arch/powerpc
parentpowerpc: Convert the MPIC MSI code to use msi_bitmap (diff)
downloadkernel-qcow2-linux-0ec27c049d80535f77901654a310b090106b046c.tar.gz
kernel-qcow2-linux-0ec27c049d80535f77901654a310b090106b046c.tar.xz
kernel-qcow2-linux-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 'arch/powerpc')
-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)
{