aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/sparc/kernel/prom.h
diff options
context:
space:
mode:
authorAndres Salomon <dilinger@queued.net>2010-10-10 21:42:33 -0600
committerGrant Likely <grant.likely@secretlab.ca>2010-10-10 21:53:30 -0600
commit3cfc535c5df8122af1258ae05aaf2770c033425d (patch)
treec5643066e544df08a852742060da2edfd2f6400d /arch/sparc/kernel/prom.h
parentsparc: break out some PROM device-tree building code out into drivers/of (diff)
downloadwireguard-linux-3cfc535c5df8122af1258ae05aaf2770c033425d.tar.xz
wireguard-linux-3cfc535c5df8122af1258ae05aaf2770c033425d.zip
of/promtree: make drivers/of/pdt.c no longer sparc-only
Clean up pdt.c: - make build dependent upon config OF_PROMTREE - #ifdef out the sparc-specific stuff - create pdt-specific header Signed-off-by: Andres Salomon <dilinger@queued.net> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/sparc/kernel/prom.h')
-rw-r--r--arch/sparc/kernel/prom.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sparc/kernel/prom.h b/arch/sparc/kernel/prom.h
index eeb04a782ec8..cf5fe1c0b024 100644
--- a/arch/sparc/kernel/prom.h
+++ b/arch/sparc/kernel/prom.h
@@ -4,12 +4,6 @@
#include <linux/spinlock.h>
#include <asm/prom.h>
-extern void * prom_early_alloc(unsigned long size);
-extern void irq_trans_init(struct device_node *dp);
-
-extern unsigned int prom_unique_id;
-
-extern char *build_path_component(struct device_node *dp);
extern void of_console_init(void);
extern unsigned int prom_early_allocated;