Skip to content

Commit a3233da

Browse files
committed
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()
2 parents 70f43ea + 22f4269 commit a3233da

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)