diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-09-17 15:13:14 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-09-17 15:13:14 +0200 |
commit | a3233da6c014b421f16dce27955fa4a803b50474 (patch) | |
tree | 4e470b7372c5ef0d42fd73ebcca4e4504e41cae5 /arch | |
parent | 70f43ea3a360c5a7d3474b0cfbabb80be6424596 (diff) | |
parent | 22f42697265589534df9b109fe0b0efa36896509 (diff) |
Merge tag 'x86-platform-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 platform update from Thomas Gleixner:
"Remove a stale declaration from the UV platform code"
* tag 'x86-platform-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/platform/uv: Remove unused declaration uv_irq_2_mmr_info()
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/include/asm/uv/uv_irq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/uv/uv_irq.h b/arch/x86/include/asm/uv/uv_irq.h index d6b17c760622..1876b5edd142 100644 --- a/arch/x86/include/asm/uv/uv_irq.h +++ b/arch/x86/include/asm/uv/uv_irq.h @@ -31,7 +31,6 @@ enum { 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 void uv_teardown_irq(unsigned int); |