public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 02/04] ARM: mach-shmobile: sh7372 INTC DT section mismatch fix
Date: Fri, 16 Nov 2012 10:34:49 +0000	[thread overview]
Message-ID: <20121116103449.4231.27320.sendpatchset@w520> (raw)

From: Magnus Damm <damm@opensource.se>

Fix section mismatches in the sh7372 INTC DT code.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 Applies to the devel/of branch of
 git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git

 arch/arm/mach-shmobile/intc-sh7372.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

--- 0003/arch/arm/mach-shmobile/intc-sh7372.c
+++ work/arch/arm/mach-shmobile/intc-sh7372.c	2012-11-16 15:31:45.000000000 +0900
@@ -40,7 +40,7 @@ static struct intc_desc intca_irq_pins_h
 static struct resource intca_pins_hi_resources[1] __initdata;
 static unsigned short intevtsa_vect;
 
-static int sh7372_intca_of_init(struct device_node *np,
+static int __init sh7372_intca_of_init(struct device_node *np,
 			struct device_node *parent)
 {
 	int ret;
@@ -65,7 +65,7 @@ error:
 	return ret;
 }
 
-static int sh7372_intcs_of_init(struct device_node *np,
+static int __init sh7372_intcs_of_init(struct device_node *np,
 			struct device_node *parent)
 {
 	int ret;
@@ -93,7 +93,7 @@ error:
 	return ret;
 }
 
-static int sh7372_intca_pins_lo_of_init(struct device_node *np,
+static int __init sh7372_intca_pins_lo_of_init(struct device_node *np,
 				    struct device_node *parent)
 {
 	int ret;
@@ -120,7 +120,7 @@ error:
 	return ret;
 }
 
-static int sh7372_intca_pins_hi_of_init(struct device_node *np,
+static int __init sh7372_intca_pins_hi_of_init(struct device_node *np,
 				    struct device_node *parent)
 {
 	int ret;

                 reply	other threads:[~2012-11-16 10:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20121116103449.4231.27320.sendpatchset@w520 \
    --to=magnus.damm@gmail.com \
    --cc=linux-sh@vger.kernel.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