From: Stephen Rothwell Date: Thu, 7 Aug 2008 00:30:40 +0000 (+1000) Subject: powerpc: Remove include of linux/of_platform.h from asm/of_platform.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0ec27c049d80535f77901654a310b090106b046c;p=linux-beck.git 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 Signed-off-by: Paul Mackerras --- 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 - /* Platform drivers register/unregister */ static inline int of_register_platform_driver(struct of_platform_driver *drv) {