MIPS: Loongson64: Remove unused loongson_reboot.

Commit 1bdb7b7670 ("MIPS: Loongson64: Cleanup unused code")
left the loongson_reboot unused, delete it.

Signed-off-by: Jinyang He <hejinyang@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
Jinyang He 2020-09-04 18:29:51 +08:00 committed by Thomas Bogendoerfer
parent af07fabdd2
commit 263cdc37c1
1 changed files with 0 additions and 5 deletions

View File

@ -15,11 +15,6 @@
#include <loongson.h>
#include <boot_param.h>
static inline void loongson_reboot(void)
{
((void (*)(void))ioremap(LOONGSON_BOOT_BASE, 4)) ();
}
static void loongson_restart(char *command)
{