aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-08-06 20:30:40 -0400
committerPaul Mackerras <paulus@samba.org>2008-08-20 02:34:58 -0400
commit0ec27c049d80535f77901654a310b090106b046c (patch)
tree12ad2d9e58bb09eed39c562dac3b2c12c873eab8
parent25235f712b680d00756a73ee64289137989fc6fd (diff)
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>
-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 @@
11 * 11 *
12 */ 12 */
13 13
14/* This is just here during the transition */
15#include <linux/of_platform.h>
16
17/* Platform drivers register/unregister */ 14/* Platform drivers register/unregister */
18static inline int of_register_platform_driver(struct of_platform_driver *drv) 15static inline int of_register_platform_driver(struct of_platform_driver *drv)
19{ 16{