sh: Remove unused declarations for make_maskreg_irq() and irq_mask_register
authorGaosheng Cui <cuigaosheng1@huawei.com>
Sat, 24 Aug 2024 12:06:09 +0000 (20:06 +0800)
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Thu, 26 Sep 2024 15:24:51 +0000 (17:24 +0200)
make_maskreg_irq() and irq_mask_register have been removed since
commit 5a4053b23262 ("sh: Kill off dead boards."), so remove the
unused declarations.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
arch/sh/include/asm/irq.h

index 0f384b1f45cafa50703ab0586ee205cacd197c8c..53fc18a3d4c29b7f41f84e69a223bd8efbd2c103 100644 (file)
  */
 #define NO_IRQ_IGNORE          ((unsigned int)-1)
 
-/*
- * Simple Mask Register Support
- */
-extern void make_maskreg_irq(unsigned int irq);
-extern unsigned short *irq_mask_register;
-
 /*
  * PINT IRQs
  */