Commit 
771168494719 ("[POWERPC] Remove unused machine call outs")
removed the call to setup_io_mappings(), so remove the associated
progress line message
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <oss@buserror.net>
        /* Initialize early top-down ioremap allocator */
        ioremap_bot = IOREMAP_TOP;
 
-       /* Map in I/O resources */
-       if (ppc_md.progress)
-               ppc_md.progress("MMU:setio", 0x302);
-
        if (ppc_md.progress)
                ppc_md.progress("MMU:exit", 0x211);