X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2Fvmalloc.c;h=67b358e57ef67af05279196408c6c0bc430180c3;hb=309c0a1d5d1dae2e543bfc5a0e762d0424696e0d;hp=8ff16a1eee6ad43e5a7bec93a207ee94392c2233;hpb=7856dfeb23c16ef3d8dac8871b4d5b93c70b59b9;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) {