diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-01-06 00:36:31 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-01-07 19:11:33 +0300 |
commit | a6e83acee2dd377959ec4bdeaa463da45ba0f811 (patch) | |
tree | 8ac65464eee201cf378da0e13116af57f2ec1623 /arch/mips/mti-malta | |
parent | c58734eee6a2151ba033c0dcb31902c89e310374 (diff) | |
download | linux-a6e83acee2dd377959ec4bdeaa463da45ba0f811.tar.xz |
MIPS: Remove empty prom_free_prom_memory functions
Most of the prom_free_prom_memory functions are empty. With
a new weak prom_free_prom_memory() we can remove all of them.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/mips/mti-malta')
-rw-r--r-- | arch/mips/mti-malta/malta-memory.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/mti-malta/malta-memory.c b/arch/mips/mti-malta/malta-memory.c index 7c25a0a2345c..952018812885 100644 --- a/arch/mips/mti-malta/malta-memory.c +++ b/arch/mips/mti-malta/malta-memory.c @@ -37,10 +37,6 @@ void __init fw_meminit(void) free_init_pages_eva = eva ? free_init_pages_eva_malta : NULL; } -void __init prom_free_prom_memory(void) -{ -} - phys_addr_t mips_cdmm_phys_base(void) { /* This address is "typically unused" */ |