[PATCH] at91: fix map_io init usage

Andrew Victor avictor.za at gmail.com
Thu Apr 28 16:34:32 EDT 2011


hi,

1] In arch/arm/mach-at91/board-stamp9g20.c:

@@ -32,7 +32,7 @@
 #include "generic.h

-static void __init portuxg20_map_io(void)
+static void __init portuxg20_init_early(void)
 {
       stamp9g20_map_io();

that last "stamp9g20_map_io()" call should also be stamp9g20_init_early()


2] In board-eb01.c, references to map_io should be probably changed to
init_early.
It's ARM7, so there is no memory-mapping.

Otherwise, looks good.
Acked-by: Andrew Victor <linux at maxim.org.za>


Regards,
  Andrew Victor



More information about the linux-arm-kernel mailing list