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/cobalt | |
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/cobalt')
-rw-r--r-- | arch/mips/cobalt/setup.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/cobalt/setup.c b/arch/mips/cobalt/setup.c index 46581e686882..2e099d55a564 100644 --- a/arch/mips/cobalt/setup.c +++ b/arch/mips/cobalt/setup.c @@ -117,8 +117,3 @@ void __init prom_init(void) setup_8250_early_printk_port(CKSEG1ADDR(0x1c800000), 0, 0); } - -void __init prom_free_prom_memory(void) -{ - /* Nothing to do! */ -} |