Commit 22f42697 authored by Yue Haibing's avatar Yue Haibing Committed by Thomas Gleixner

x86/platform/uv: Remove unused declaration uv_irq_2_mmr_info()

Commit 43fe1abc ("x86/uv: Use hierarchical irqdomain to manage UV interrupts")
removed the implementation but left declaration.
Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20240814031636.1304772-1-yuehaibing@huawei.com
parent 7c626ce4
...@@ -31,7 +31,6 @@ enum { ...@@ -31,7 +31,6 @@ enum {
UV_AFFINITY_CPU UV_AFFINITY_CPU
}; };
extern int uv_irq_2_mmr_info(int, unsigned long *, int *);
extern int uv_setup_irq(char *, int, int, unsigned long, int); extern int uv_setup_irq(char *, int, int, unsigned long, int);
extern void uv_teardown_irq(unsigned int); extern void uv_teardown_irq(unsigned int);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment