Skip to content

Commit 22f4269

Browse files
Yue HaibingKAGA-KOKO
authored andcommitted
x86/platform/uv: Remove unused declaration uv_irq_2_mmr_info()
Commit 43fe1ab ("x86/uv: Use hierarchical irqdomain to manage UV interrupts") removed the implementation but left declaration. Signed-off-by: Yue Haibing <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent 7c626ce commit 22f4269

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/include/asm/uv/uv_irq.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ enum {
3131
UV_AFFINITY_CPU
3232
};
3333

34-
extern int uv_irq_2_mmr_info(int, unsigned long *, int *);
3534
extern int uv_setup_irq(char *, int, int, unsigned long, int);
3635
extern void uv_teardown_irq(unsigned int);
3736

0 commit comments

Comments
 (0)