linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: avictor.za@gmail.com (Andrew Victor)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] at91: fix map_io init usage
Date: Thu, 28 Apr 2011 22:34:32 +0200	[thread overview]
Message-ID: <BANLkTi=sEimYumftMwqL4zzRnrVeTSP=Sw@mail.gmail.com> (raw)
In-Reply-To: <1304012240-13571-1-git-send-email-plagnioj@jcrosoft.com>

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@maxim.org.za>


Regards,
  Andrew Victor

      parent reply	other threads:[~2011-04-28 20:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-28 17:37 [PATCH] at91: fix map_io init usage Jean-Christophe PLAGNIOL-VILLARD
2011-04-28 18:29 ` Russell King - ARM Linux
2011-04-28 20:34 ` Andrew Victor [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='BANLkTi=sEimYumftMwqL4zzRnrVeTSP=Sw@mail.gmail.com' \
    --to=avictor.za@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).