diff options
Diffstat (limited to 'arch/mips/include/asm/vpe.h')
-rw-r--r-- | arch/mips/include/asm/vpe.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/vpe.h b/arch/mips/include/asm/vpe.h index c6e1b961537d..0880fe8809b1 100644 --- a/arch/mips/include/asm/vpe.h +++ b/arch/mips/include/asm/vpe.h | |||
@@ -30,8 +30,6 @@ struct vpe_notifications { | |||
30 | extern int vpe_notify(int index, struct vpe_notifications *notify); | 30 | extern int vpe_notify(int index, struct vpe_notifications *notify); |
31 | 31 | ||
32 | extern void *vpe_get_shared(int index); | 32 | extern void *vpe_get_shared(int index); |
33 | extern int vpe_getuid(int index); | ||
34 | extern int vpe_getgid(int index); | ||
35 | extern char *vpe_getcwd(int index); | 33 | extern char *vpe_getcwd(int index); |
36 | 34 | ||
37 | #endif /* _ASM_VPE_H */ | 35 | #endif /* _ASM_VPE_H */ |