Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279992
b: refs/heads/master
c: f5733a1
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Jan 5, 2012
1 parent 209260f commit c9039a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b56a7c6b36388b3eca887bd5d24f297e63e5bb5b
refs/heads/master: f5733a1e80fa0b40bea815ddf605ece272c6dac1
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-vexpress/v2m.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ static void __init v2m_init(void)
amba_device_register(v2m_amba_devs[i], &iomem_resource);

pm_power_off = v2m_power_off;
arm_pm_restart = v2m_restart;

ct_desc->init_tile();
}
Expand All @@ -449,4 +448,5 @@ MACHINE_START(VEXPRESS, "ARM-Versatile Express")
.init_irq = v2m_init_irq,
.timer = &v2m_timer,
.init_machine = v2m_init,
.restart = v2m_restart,
MACHINE_END

0 comments on commit c9039a0

Please sign in to comment.