summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include
diff options
context:
space:
mode:
authorRob Herring2013-09-17 04:03:24 +0200
committerRob Herring2013-10-10 03:04:09 +0200
commit4acf4b9cd4534aaa9102004937e1ba79da01d008 (patch)
tree854852a2a8461b095c037e2377809a962c0405b1 /arch/sparc/include
parentof: remove HAVE_ARCH_DEVTREE_FIXUPS (diff)
downloadkernel-qcow2-linux-4acf4b9cd4534aaa9102004937e1ba79da01d008.tar.gz
kernel-qcow2-linux-4acf4b9cd4534aaa9102004937e1ba79da01d008.tar.xz
kernel-qcow2-linux-4acf4b9cd4534aaa9102004937e1ba79da01d008.zip
of: move of_address_to_resource and of_iomap declarations from sparc
Move of_address_to_resource and of_iomap declarations to common code. These only differ on sparc, but the declarations are the same and don't need to be in arch header. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Grant Likely <grant.likely@linaro.org> Cc: "David S. Miller" <davem@davemloft.net> Cc: sparclinux@vger.kernel.org
Diffstat (limited to 'arch/sparc/include')
-rw-r--r--arch/sparc/include/asm/prom.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/sparc/include/asm/prom.h b/arch/sparc/include/asm/prom.h
index 60c8d7bd4058..11ebd659e7b6 100644
--- a/arch/sparc/include/asm/prom.h
+++ b/arch/sparc/include/asm/prom.h
@@ -59,13 +59,5 @@ extern char *of_console_options;
extern void irq_trans_init(struct device_node *dp);
extern char *build_path_component(struct device_node *dp);
-/* SPARC has local implementations */
-extern int of_address_to_resource(struct device_node *dev, int index,
- struct resource *r);
-#define of_address_to_resource of_address_to_resource
-
-void __iomem *of_iomap(struct device_node *node, int index);
-#define of_iomap of_iomap
-
#endif /* __KERNEL__ */
#endif /* _SPARC_PROM_H */