Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279836
b: refs/heads/master
c: ab65be2
h: refs/heads/master
v: v3
  • Loading branch information
Marc Zyngier committed Nov 15, 2011
1 parent a793a0d commit 83bd52e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6b2f55d7851aa358d3a99cff344c560c4967f042
refs/heads/master: ab65be268adaae59da5b1306b425a7859f955669
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-omap2/include/mach/omap4-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
extern void __iomem *l2cache_base;
#endif

extern void __iomem *gic_dist_base_addr;

extern void __init gic_init_irq(void);
extern void omap_smc1(u32 fn, u32 arg);

Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/arm/mach-omap2/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,6 @@ static int _set_hwmod_postsetup_state(struct omap_hwmod *oh, void *data)
return omap_hwmod_set_postsetup_state(oh, *(u8 *)data);
}

/* See irq.c, omap4-common.c and entry-macro.S */
void __iomem *omap_irq_base;

static void __init omap_common_init_early(void)
{
omap2_check_revision();
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ omap_alloc_gc(void __iomem *base, unsigned int irq_start, unsigned int num)

static void __init omap_init_irq(u32 base, int nr_irqs)
{
void __iomem *omap_irq_base;
unsigned long nr_of_irqs = 0;
unsigned int nr_banks = 0;
int i, j;
Expand Down
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-omap2/omap4-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
void __iomem *l2cache_base;
#endif

void __iomem *gic_dist_base_addr;


void __init gic_init_irq(void)
{
void __iomem *omap_irq_base;
void __iomem *gic_dist_base_addr;

/* Static mapping, never released */
gic_dist_base_addr = ioremap(OMAP44XX_GIC_DIST_BASE, SZ_4K);
BUG_ON(!gic_dist_base_addr);
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/plat-omap/include/plat/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@
#define INTCPS_NR_IRQS 96

#ifndef __ASSEMBLY__
extern void __iomem *omap_irq_base;
void omap1_init_irq(void);
void omap2_init_irq(void);
void omap3_init_irq(void);
Expand Down

0 comments on commit 83bd52e

Please sign in to comment.