aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/prom.h
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2010-02-14 16:14:00 -0500
committerGrant Likely <grant.likely@secretlab.ca>2010-02-14 15:02:45 -0500
commitdf0edeb59eb559be0bee53452fda2f5cc0ae133f (patch)
tree9c166de97de827227d96614bd2dc1eab7863827e /arch/microblaze/include/asm/prom.h
parent0d351c3e932c2e155ef5e4c3f5b87223abd4eea6 (diff)
of: remove undefined request_OF_resource & release_OF_resource
Neither request_OF_resource or release_OF_resource are defined anywhere. Remove the declarations. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Acked-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/include/asm/prom.h')
-rw-r--r--arch/microblaze/include/asm/prom.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/microblaze/include/asm/prom.h b/arch/microblaze/include/asm/prom.h
index aa1a437ac87d..03f45a963204 100644
--- a/arch/microblaze/include/asm/prom.h
+++ b/arch/microblaze/include/asm/prom.h
@@ -31,10 +31,6 @@
31/* Other Prototypes */ 31/* Other Prototypes */
32extern int early_uartlite_console(void); 32extern int early_uartlite_console(void);
33 33
34extern struct resource *request_OF_resource(struct device_node *node,
35 int index, const char *name_postfix);
36extern int release_OF_resource(struct device_node *node, int index);
37
38/* 34/*
39 * OF address retreival & translation 35 * OF address retreival & translation
40 */ 36 */