summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaosheng Cui <cuigaosheng1@huawei.com>2024-08-24 20:06:09 +0800
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>2024-09-26 17:24:51 +0200
commit977fae6d611764d41de19b9ba01699b1618148f7 (patch)
treefa876b38297ed450887c726984891032e75eefbf
parent8400291e289ee6b2bf9779ff1c83a291501f017b (diff)
downloadlwn-977fae6d611764d41de19b9ba01699b1618148f7.tar.gz
lwn-977fae6d611764d41de19b9ba01699b1618148f7.zip
sh: Remove unused declarations for make_maskreg_irq() and irq_mask_register
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>
-rw-r--r--arch/sh/include/asm/irq.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/include/asm/irq.h b/arch/sh/include/asm/irq.h
index 0f384b1f45ca..53fc18a3d4c2 100644
--- a/arch/sh/include/asm/irq.h
+++ b/arch/sh/include/asm/irq.h
@@ -14,12 +14,6 @@
#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
*/
void make_imask_irq(unsigned int irq);