Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295333
b: refs/heads/master
c: a5ad6fb
h: refs/heads/master
i:
  295331: 07a271e
v: v3
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Jan 20, 2012
1 parent 8ed6ff5 commit 4563e36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e5ddf4e352443ba010fd084c9e9271f9d0d10ae5
refs/heads/master: a5ad6fbaddf8ada0c52935845a117c483ca0c6d6
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-w90x900/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ static struct platform_device *nuc900_public_dev[] __initdata = {

void __init nuc900_board_init(struct platform_device **device, int size)
{
disable_hlt();
platform_add_devices(device, size);
platform_add_devices(nuc900_public_dev, ARRAY_SIZE(nuc900_public_dev));
spi_register_board_info(nuc900_spi_board_info,
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-w90x900/include/mach/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
*/
static void arch_idle(void)
{
cpu_do_idle();
}

0 comments on commit 4563e36

Please sign in to comment.