From ec0d80f5b4928ebedee8881be47f8c430db667af Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Fri, 27 Mar 2020 11:43:37 +0530 Subject: include: sbi_system: Remove scratch parameter and redundant functions This patch removes scratch parameter and redundant functions from sbi_system. Signed-off-by: Anup Patel Reviewed-by: Atish Patra --- include/sbi/sbi_system.h | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'include') diff --git a/include/sbi/sbi_system.h b/include/sbi/sbi_system.h index 3ad83484..8d9c18b3 100644 --- a/include/sbi/sbi_system.h +++ b/include/sbi/sbi_system.h @@ -12,18 +12,8 @@ #include -struct sbi_scratch; +void __noreturn sbi_system_reboot(u32 type); -int sbi_system_early_init(struct sbi_scratch *scratch, bool cold_boot); - -int sbi_system_final_init(struct sbi_scratch *scratch, bool cold_boot); - -void sbi_system_early_exit(struct sbi_scratch *scratch); - -void sbi_system_final_exit(struct sbi_scratch *scratch); - -void __noreturn sbi_system_reboot(struct sbi_scratch *scratch, u32 type); - -void __noreturn sbi_system_shutdown(struct sbi_scratch *scratch, u32 type); +void __noreturn sbi_system_shutdown(u32 type); #endif -- cgit v1.3.1