lkml.org 
[lkml]   [2014]   [Jul]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 09/35] arm: omap: irq: rename omap3_intc_regs
Date
just to make it clearer that it can
be used on all omaps.

Signed-off-by: Felipe Balbi <balbi@ti.com>
---
arch/arm/mach-omap2/irq.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-omap2/irq.c b/arch/arm/mach-omap2/irq.c
index 38007b3..93fe0be 100644
--- a/arch/arm/mach-omap2/irq.c
+++ b/arch/arm/mach-omap2/irq.c
@@ -62,7 +62,7 @@ static void __iomem *omap_irq_base;
static int omap_nr_irqs = 96;

/* Structure to save interrupt controller context */
-struct omap3_intc_regs {
+struct omap_intc_regs {
u32 sysconfig;
u32 protection;
u32 idle;
@@ -266,7 +266,7 @@ void __init omap_intc_of_init(void)
}

#if defined(CONFIG_ARCH_OMAP3) || defined(CONFIG_SOC_AM33XX)
-static struct omap3_intc_regs intc_context;
+static struct omap_intc_regs intc_context;

void omap_intc_save_context(void)
{
--
2.0.1.563.g66f467c


\
 
 \ /
  Last update: 2014-07-29 00:01    [W:0.287 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site