diff options
Diffstat (limited to 'arch/openrisc/include')
-rw-r--r-- | arch/openrisc/include/asm/prom.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/openrisc/include/asm/prom.h b/arch/openrisc/include/asm/prom.h index bbb34e5343a2..eb59bfe23e85 100644 --- a/arch/openrisc/include/asm/prom.h +++ b/arch/openrisc/include/asm/prom.h | |||
@@ -44,9 +44,6 @@ void of_parse_dma_window(struct device_node *dn, const void *dma_window_prop, | |||
44 | 44 | ||
45 | extern void kdump_move_device_tree(void); | 45 | extern void kdump_move_device_tree(void); |
46 | 46 | ||
47 | /* CPU OF node matching */ | ||
48 | struct device_node *of_get_cpu_node(int cpu, unsigned int *thread); | ||
49 | |||
50 | /* Get the MAC address */ | 47 | /* Get the MAC address */ |
51 | extern const void *of_get_mac_address(struct device_node *np); | 48 | extern const void *of_get_mac_address(struct device_node *np); |
52 | 49 | ||