mbox series

[0/2] Remove orphan declarations and comments

Message ID 20220920130711.1107018-1-cuigaosheng1@huawei.com (mailing list archive)
Headers show
Series Remove orphan declarations and comments | expand

Message

cuigaosheng Sept. 20, 2022, 1:07 p.m. UTC
This series contains a few cleanup patches, to remove unused
declarations which have been removed and some useless comments. Thanks!

Gaosheng Cui (2):
  MIPS: remove orphan sb1250_time_init() declaration
  MIPS: IRQ: remove orphan allocate_irqno() declaration

 arch/mips/include/asm/irq.h           | 1 -
 arch/mips/include/asm/sibyte/sb1250.h | 1 -
 arch/mips/sibyte/sb1250/irq.c         | 6 ------
 3 files changed, 8 deletions(-)

Comments

Philippe Mathieu-Daudé Sept. 22, 2022, 1:19 p.m. UTC | #1
On Tue, Sep 20, 2022 at 3:11 PM Gaosheng Cui <cuigaosheng1@huawei.com> wrote:
>
> This series contains a few cleanup patches, to remove unused
> declarations which have been removed and some useless comments. Thanks!
>
> Gaosheng Cui (2):
>   MIPS: remove orphan sb1250_time_init() declaration
>   MIPS: IRQ: remove orphan allocate_irqno() declaration

Series:
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>