Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4fb7a30 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

arm64: Remove cpu_soft_reset() prototype



Commit 8e890713("Revert "arm64: kill flush_cache_all()"") added back
flush_cache_all but it also had the side effect of bringing back
cpu_soft_reset() prototype that had been subsequently moved elsewhere.

Change-Id: Ic0dedbad1aeba1b4fbde3f5dc8dd28f5ce830265
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent e2bbf87c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -20,8 +20,6 @@ extern void cpu_cache_off(void);
extern void cpu_do_idle(void);
extern void cpu_do_switch_mm(unsigned long pgd_phys, struct mm_struct *mm);
extern void cpu_reset(unsigned long addr) __attribute__((noreturn));
void cpu_soft_restart(phys_addr_t cpu_reset,
		unsigned long addr) __attribute__((noreturn));
extern void cpu_do_suspend(struct cpu_suspend_ctx *ptr);
extern u64 cpu_do_resume(phys_addr_t ptr, u64 idmap_ttbr);