Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[firefly-linux-kernel-4.4.55.git] / arch / tile / kernel / vdso.c
index 1533af24106ea4653faa97588e73935999f74495..5bc51d7dfdcb0e493c156ebcf7c3ebc4d0525404 100644 (file)
@@ -121,21 +121,6 @@ const char *arch_vma_name(struct vm_area_struct *vma)
        return NULL;
 }
 
-struct vm_area_struct *get_gate_vma(struct mm_struct *mm)
-{
-       return NULL;
-}
-
-int in_gate_area(struct mm_struct *mm, unsigned long address)
-{
-       return 0;
-}
-
-int in_gate_area_no_mm(unsigned long address)
-{
-       return 0;
-}
-
 int setup_vdso_pages(void)
 {
        struct page **pagelist;