X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2Fvmalloc.c;h=67b358e57ef67af05279196408c6c0bc430180c3;hb=48467641bcc057f7cba3b6cbbe66cb834d64cc81;hp=8ff16a1eee6ad43e5a7bec93a207ee94392c2233;hpb=8cf0d9d075916c9affa53a0cfa8d1b94c9e95fd7;p=linux-2.6 diff --git a/mm/vmalloc.c b/mm/vmalloc.c index 8ff16a1eee..67b358e57e 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c @@ -158,8 +158,6 @@ int map_vm_area(struct vm_struct *area, pgprot_t prot, struct page ***pages) return err; } -#define IOREMAP_MAX_ORDER (7 + PAGE_SHIFT) /* 128 pages */ - struct vm_struct *__get_vm_area(unsigned long size, unsigned long flags, unsigned long start, unsigned long end) {