diff mbox series

[-next] MIPS: dec: prom: Remove unused unregister_prom_console() declaration

Message ID 20240814104312.2056096-1-cuigaosheng1@huawei.com (mailing list archive)
State Accepted
Commit 58f28a2e0bbec52ee7b02e5d818bbe6adceecab3
Headers show
Series [-next] MIPS: dec: prom: Remove unused unregister_prom_console() declaration | expand

Commit Message

Gaosheng Cui Aug. 14, 2024, 10:43 a.m. UTC
The unregister_prom_console() has been removed since
commit 36a885306fdf ("[MIPS] Fix and cleanup the mess that a dozen
prom_printf variants are."), so remove it.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
---
 arch/mips/include/asm/dec/prom.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Maciej W. Rozycki Aug. 14, 2024, 12:23 p.m. UTC | #1
On Wed, 14 Aug 2024, Gaosheng Cui wrote:

> The unregister_prom_console() has been removed since
> commit 36a885306fdf ("[MIPS] Fix and cleanup the mess that a dozen
> prom_printf variants are."), so remove it.
> 
> Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
> ---

Acked-by: Maciej W. Rozycki <macro@orcam.me.uk>

 Thank you,

  Maciej
Thomas Bogendoerfer Aug. 29, 2024, 8:48 a.m. UTC | #2
On Wed, Aug 14, 2024 at 06:43:12PM +0800, Gaosheng Cui wrote:
> The unregister_prom_console() has been removed since
> commit 36a885306fdf ("[MIPS] Fix and cleanup the mess that a dozen
> prom_printf variants are."), so remove it.
> 
> Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
> ---
>  arch/mips/include/asm/dec/prom.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/mips/include/asm/dec/prom.h b/arch/mips/include/asm/dec/prom.h
> index 908e96e3a311..8fcad6984389 100644
> --- a/arch/mips/include/asm/dec/prom.h
> +++ b/arch/mips/include/asm/dec/prom.h
> @@ -160,6 +160,5 @@ extern void prom_identify_arch(u32);
>  extern void prom_init_cmdline(s32, s32 *, u32);
>  
>  extern void register_prom_console(void);
> -extern void unregister_prom_console(void);
>  
>  #endif /* _ASM_DEC_PROM_H */
> -- 
> 2.25.1

applied to mips-next.

Thomas.
diff mbox series

Patch

diff --git a/arch/mips/include/asm/dec/prom.h b/arch/mips/include/asm/dec/prom.h
index 908e96e3a311..8fcad6984389 100644
--- a/arch/mips/include/asm/dec/prom.h
+++ b/arch/mips/include/asm/dec/prom.h
@@ -160,6 +160,5 @@  extern void prom_identify_arch(u32);
 extern void prom_init_cmdline(s32, s32 *, u32);
 
 extern void register_prom_console(void);
-extern void unregister_prom_console(void);
 
 #endif /* _ASM_DEC_PROM_H */