Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173359
b: refs/heads/master
c: 5aeb15a
h: refs/heads/master
i:
  173357: 517e125
  173355: 695b810
  173351: 78a8593
  173343: 7dfbbc5
v: v3
  • Loading branch information
Sekhar Nori authored and Kevin Hilman committed Nov 25, 2009
1 parent 048c9ae commit 8fc1a05
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 1960e693ac12ae5fe518309d6a63a44c93fad9e7
refs/heads/master: 5aeb15aafc0c378d4ae2aff7b5d5c686793b8a0e
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-davinci/board-da850-evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,11 @@ static __init void da850_evm_init(void)
if (ret)
pr_warning("da850_evm_init: cpufreq registration failed: %d\n",
ret);

ret = da8xx_register_cpuidle();
if (ret)
pr_warning("da850_evm_init: cpuidle registration failed: %d\n",
ret);
}

#ifdef CONFIG_SERIAL_8250_CONSOLE
Expand Down

0 comments on commit 8fc1a05

Please sign in to comment.