浏览代码

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>
Stephen Rothwell 17 年之前
父节点
当前提交
0ec27c049d
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      arch/powerpc/include/asm/of_platform.h

+ 0 - 3
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)
 {