]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-powerpc/vdso.h
[TIPC]: Kill unused static inline (x5)
[linux-2.6-omap-h63xx.git] / include / asm-powerpc / vdso.h
index b9f9118b1607e667ebbc6df2f1145c18494180fe..26fc449bd9899cda5d760a0a5d63f8b112f7563b 100644 (file)
 
 #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__