* [PATCH 02/04] ARM: mach-shmobile: sh7372 INTC DT section mismatch fix
@ 2012-11-16 10:34 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2012-11-16 10:34 UTC (permalink / raw)
To: linux-sh
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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-16 10:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-16 10:34 [PATCH 02/04] ARM: mach-shmobile: sh7372 INTC DT section mismatch fix Magnus Damm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox