瀏覽代碼

sparc: remove include of linux/of_device.h from asm/of_device.h

Now that all the direct includes of asm/of_device.h are gone, this is
safe to do.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stephen Rothwell 16 年之前
父節點
當前提交
e34456825d
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      arch/sparc/include/asm/of_device.h

+ 1 - 2
arch/sparc/include/asm/of_device.h

@@ -30,8 +30,7 @@ struct of_device
 extern void __iomem *of_ioremap(struct resource *res, unsigned long offset, unsigned long size, char *name);
 extern void __iomem *of_ioremap(struct resource *res, unsigned long offset, unsigned long size, char *name);
 extern void of_iounmap(struct resource *res, void __iomem *base, unsigned long size);
 extern void of_iounmap(struct resource *res, void __iomem *base, unsigned long size);
 
 
-/* These are just here during the transition */
-#include <linux/of_device.h>
+/* This is just here during the transition */
 #include <linux/of_platform.h>
 #include <linux/of_platform.h>
 
 
 #endif /* __KERNEL__ */
 #endif /* __KERNEL__ */