X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=mm%2Fearly_ioremap.c;h=74984c23a87e0a55790d8c5efd329f7966df44b8;hb=17243e1c3072b8417a5ebfc53065d0a87af7ca77;hp=164607c7cdf1c45129ccbd946fa89389d73215d2;hpb=3fb6d0e00efc958d01c2f109c8453033a2d96796;p=linux-2.6-microblaze.git diff --git a/mm/early_ioremap.c b/mm/early_ioremap.c index 164607c7cdf1..74984c23a87e 100644 --- a/mm/early_ioremap.c +++ b/mm/early_ioremap.c @@ -38,13 +38,8 @@ pgprot_t __init __weak early_memremap_pgprot_adjust(resource_size_t phys_addr, return prot; } -void __init __weak early_ioremap_shutdown(void) -{ -} - void __init early_ioremap_reset(void) { - early_ioremap_shutdown(); after_paging_init = 1; }