[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <172656199380.2471820.14920924502861484723.tglx@xen13>
Date: Tue, 17 Sep 2024 10:54:17 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, x86@...nel.org
Subject: [GIT pull] x86/platform for v6.12-rc1
Linus,
please pull the latest x86/platform branch from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-platform-2024-09-17
up to: 22f426972655: x86/platform/uv: Remove unused declaration uv_irq_2_mmr_info()
Remove a stale declaration from the UV platform code
Thanks,
tglx
------------------>
Yue Haibing (1):
x86/platform/uv: Remove unused declaration uv_irq_2_mmr_info()
arch/x86/include/asm/uv/uv_irq.h | 1 -
1 file changed, 1 deletion(-)
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);
Powered by blists - more mailing lists