summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/vdso.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2014-08-07 17:06:15 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2014-08-07 17:06:15 +1000
commit38fde44da4258f0a2ae975ecc833106c726ad37e (patch)
tree69e0e7ca7581794d29eaf9bb683214a692be391b /arch/s390/kernel/vdso.c
parente2ea6c3da34fa52f332cbc7914ca282cf4d2eeb9 (diff)
parentaf86fefe413b6b1542e1b0f97be8bc9570c5eaf7 (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'arch/s390/kernel/vdso.c')
-rw-r--r--arch/s390/kernel/vdso.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/s390/kernel/vdso.c b/arch/s390/kernel/vdso.c
index 613649096783..0bbb7e027c5a 100644
--- a/arch/s390/kernel/vdso.c
+++ b/arch/s390/kernel/vdso.c
@@ -316,18 +316,3 @@ static int __init vdso_init(void)
return 0;
}
early_initcall(vdso_init);
-
-int in_gate_area_no_mm(unsigned long addr)
-{
- return 0;
-}
-
-int in_gate_area(struct mm_struct *mm, unsigned long addr)
-{
- return 0;
-}
-
-struct vm_area_struct *get_gate_vma(struct mm_struct *mm)
-{
- return NULL;
-}