Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112429
b: refs/heads/master
c: b40c676
h: refs/heads/master
i:
  112427: c5dcf92
v: v3
  • Loading branch information
Eric Miao authored and Russell King committed Sep 26, 2008
1 parent c77dec0 commit c9f9ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 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: bea95d2a1295684d5e6c2754616eb7f5941c5a34
refs/heads/master: b40c6762ba7640be4bd0e1e1bfeb2c629bda9808
10 changes: 1 addition & 9 deletions trunk/arch/arm/mach-pxa/idp.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,6 @@ static void __init idp_init(void)
pxa_set_mci_info(&idp_mci_platform_data);
}

static void __init idp_init_irq(void)
{

pxa25x_init_irq();

set_irq_type(TOUCH_PANEL_IRQ, TOUCH_PANEL_IRQ_EDGE);
}

static struct map_desc idp_io_desc[] __initdata = {
{
.virtual = IDP_COREVOLT_VIRT,
Expand All @@ -218,7 +210,7 @@ MACHINE_START(PXA_IDP, "Vibren PXA255 IDP")
.phys_io = 0x40000000,
.io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc,
.map_io = idp_map_io,
.init_irq = idp_init_irq,
.init_irq = pxa25x_init_irq,
.timer = &pxa_timer,
.init_machine = idp_init,
MACHINE_END

0 comments on commit c9f9ea3

Please sign in to comment.