diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-08-12 17:45:23 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-12 17:45:23 -0700 |
commit | e34456825de0d3ac4c4e8fe0bdc6b599404ea06f (patch) | |
tree | 413490db0b0801aa32f479bac8ee2b3d2bd4f3c7 | |
parent | c7498081a6f5d96c9f3243b6b5e020352903bfd2 (diff) | |
download | linux-3.10-e34456825de0d3ac4c4e8fe0bdc6b599404ea06f.tar.gz linux-3.10-e34456825de0d3ac4c4e8fe0bdc6b599404ea06f.tar.bz2 linux-3.10-e34456825de0d3ac4c4e8fe0bdc6b599404ea06f.zip |
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>
-rw-r--r-- | arch/sparc/include/asm/of_device.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sparc/include/asm/of_device.h b/arch/sparc/include/asm/of_device.h index e5f5aedc229..bba777a416d 100644 --- a/arch/sparc/include/asm/of_device.h +++ b/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 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> #endif /* __KERNEL__ */ |