Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355209
b: refs/heads/master
c: cdbac5b
h: refs/heads/master
i:
  355207: 3a309b7
v: v3
  • Loading branch information
Rob Herring committed Jan 12, 2013
1 parent a22b33f commit ef5c9ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 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: e9c515589df7731591d15e506ba6d69713faae41
refs/heads/master: cdbac5bb619a91c896c5aaba531575b9df644d38
14 changes: 2 additions & 12 deletions trunk/arch/arm/mach-picoxcell/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
#include <linux/delay.h>
#include <linux/irq.h>
#include <linux/irqchip.h>
#include <linux/irqdomain.h>
#include <linux/of.h>
#include <linux/of_address.h>
Expand All @@ -17,7 +18,6 @@
#include <linux/dw_apb_timer.h>

#include <asm/mach/arch.h>
#include <asm/hardware/vic.h>
#include <asm/mach/map.h>

#include "common.h"
Expand Down Expand Up @@ -70,16 +70,6 @@ static const char *picoxcell_dt_match[] = {
NULL
};

static const struct of_device_id vic_of_match[] __initconst = {
{ .compatible = "arm,pl192-vic", .data = vic_of_init, },
{ /* Sentinel */ }
};

static void __init picoxcell_init_irq(void)
{
of_irq_init(vic_of_match);
}

static void picoxcell_wdt_restart(char mode, const char *cmd)
{
/*
Expand All @@ -97,7 +87,7 @@ static void picoxcell_wdt_restart(char mode, const char *cmd)
DT_MACHINE_START(PICOXCELL, "Picochip picoXcell")
.map_io = picoxcell_map_io,
.nr_irqs = NR_IRQS_LEGACY,
.init_irq = picoxcell_init_irq,
.init_irq = irqchip_init,
.timer = &dw_apb_timer,
.init_machine = picoxcell_init_machine,
.dt_compat = picoxcell_dt_match,
Expand Down

0 comments on commit ef5c9ba

Please sign in to comment.