X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fvdso.h;h=26fc449bd9899cda5d760a0a5d63f8b112f7563b;hb=2ba14a017a4ba8d2266316f481d4ad7400073d18;hp=b9f9118b1607e667ebbc6df2f1145c18494180fe;hpb=f1b8c63ef404367c60dc9b4f68dec33cae3c707b;p=linux-block.git diff --git a/include/asm-powerpc/vdso.h b/include/asm-powerpc/vdso.h index b9f9118b1607..26fc449bd989 100644 --- a/include/asm-powerpc/vdso.h +++ b/include/asm-powerpc/vdso.h @@ -18,16 +18,11 @@ #ifndef __ASSEMBLY__ -extern unsigned int vdso64_pages; -extern unsigned int vdso32_pages; - /* Offsets relative to thread->vdso_base */ extern unsigned long vdso64_rt_sigtramp; extern unsigned long vdso32_sigtramp; extern unsigned long vdso32_rt_sigtramp; -extern void vdso_init(void); - #else /* __ASSEMBLY__ */ #ifdef __VDSO64__