diff options
-rw-r--r-- | arch/microblaze/include/asm/prom.h | 4 | ||||
-rw-r--r-- | arch/powerpc/include/asm/prom.h | 5 |
2 files changed, 0 insertions, 9 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 */ |
32 | extern int early_uartlite_console(void); | 32 | extern int early_uartlite_console(void); |
33 | 33 | ||
34 | extern struct resource *request_OF_resource(struct device_node *node, | ||
35 | int index, const char *name_postfix); | ||
36 | extern 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 | */ |
diff --git a/arch/powerpc/include/asm/prom.h b/arch/powerpc/include/asm/prom.h index 7f9a50aab157..ddd408a93b5a 100644 --- a/arch/powerpc/include/asm/prom.h +++ b/arch/powerpc/include/asm/prom.h | |||
@@ -39,11 +39,6 @@ extern struct device_node* pci_device_to_OF_node(struct pci_dev *); | |||
39 | extern void pci_create_OF_bus_map(void); | 39 | extern void pci_create_OF_bus_map(void); |
40 | #endif | 40 | #endif |
41 | 41 | ||
42 | extern struct resource *request_OF_resource(struct device_node* node, | ||
43 | int index, const char* name_postfix); | ||
44 | extern int release_OF_resource(struct device_node* node, int index); | ||
45 | |||
46 | |||
47 | /* | 42 | /* |
48 | * OF address retreival & translation | 43 | * OF address retreival & translation |
49 | */ | 44 | */ |