Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / arch / riscv / kernel / vdso.c
index 5c30212d8d1c4299b56a8de12fa8bd140d15d9b9..cc2d1e8c8736478c89d8d3d49d8b3219bf1f4df1 100644 (file)
@@ -22,11 +22,6 @@ struct vdso_data {
 };
 #endif
 
-extern char vdso_start[], vdso_end[];
-#ifdef CONFIG_COMPAT
-extern char compat_vdso_start[], compat_vdso_end[];
-#endif
-
 enum vvar_pages {
        VVAR_DATA_PAGE_OFFSET,
        VVAR_TIMENS_PAGE_OFFSET,