Skip to content

Commit 977fae6

Browse files
gscuiglaubitz
authored andcommitted
sh: Remove unused declarations for make_maskreg_irq() and irq_mask_register
make_maskreg_irq() and irq_mask_register have been removed since commit 5a4053b ("sh: Kill off dead boards."), so remove the unused declarations. Signed-off-by: Gaosheng Cui <[email protected]> Reviewed-by: John Paul Adrian Glaubitz <[email protected]> Signed-off-by: John Paul Adrian Glaubitz <[email protected]>
1 parent 8400291 commit 977fae6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

arch/sh/include/asm/irq.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313
*/
1414
#define NO_IRQ_IGNORE ((unsigned int)-1)
1515

16-
/*
17-
* Simple Mask Register Support
18-
*/
19-
extern void make_maskreg_irq(unsigned int irq);
20-
extern unsigned short *irq_mask_register;
21-
2216
/*
2317
* PINT IRQs
2418
*/

0 commit comments

Comments
 (0)