[tip: timers/vdso] parisc: Remove unused symbol vdso_data

From: tip-bot2 for Thomas Weißschuh
Date: Fri Feb 21 2025 - 04:06:21 EST


The following commit has been merged into the timers/vdso branch of tip:

Commit-ID: 30533a55ec8e6cd532989421a2d99ec422396fce
Gitweb: https://git.kernel.org/tip/30533a55ec8e6cd532989421a2d99ec422396fce
Author: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
AuthorDate: Tue, 04 Feb 2025 13:05:34 +01:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
CommitterDate: Fri, 21 Feb 2025 09:54:01 +01:00

parisc: Remove unused symbol vdso_data

The symbol vdso_data is and has been unused.
Remove it.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Link: https://lore.kernel.org/all/20250204-vdso-store-rng-v3-2-13a4669dfc8c@xxxxxxxxxxxxx

---
arch/parisc/include/asm/vdso.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/arch/parisc/include/asm/vdso.h b/arch/parisc/include/asm/vdso.h
index 2a2dc11..5f581c1 100644
--- a/arch/parisc/include/asm/vdso.h
+++ b/arch/parisc/include/asm/vdso.h
@@ -12,8 +12,6 @@
#define VDSO64_SYMBOL(tsk, name) ((tsk)->mm->context.vdso_base + (vdso64_offset_##name))
#define VDSO32_SYMBOL(tsk, name) ((tsk)->mm->context.vdso_base + (vdso32_offset_##name))

-extern struct vdso_data *vdso_data;
-
#endif /* __ASSEMBLY __ */

/* Default link addresses for the vDSOs */