Skip to content

Commit 30533a5

Browse files
t-8chKAGA-KOKO
authored andcommitted
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@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/20250204-vdso-store-rng-v3-2-13a4669dfc8c@linutronix.de
1 parent 3ef32d9 commit 30533a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/parisc/include/asm/vdso.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#define VDSO64_SYMBOL(tsk, name) ((tsk)->mm->context.vdso_base + (vdso64_offset_##name))
1313
#define VDSO32_SYMBOL(tsk, name) ((tsk)->mm->context.vdso_base + (vdso32_offset_##name))
1414

15-
extern struct vdso_data *vdso_data;
16-
1715
#endif /* __ASSEMBLY __ */
1816

1917
/* Default link addresses for the vDSOs */

0 commit comments

Comments
 (0)