Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347389
b: refs/heads/master
c: bf85f20
h: refs/heads/master
i:
  347387: 039d1ad
v: v3
  • Loading branch information
Vaibhav Hiremath authored and Jon Hunter committed Dec 14, 2012
1 parent 8dcfa92 commit 309f5fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e0c3e27ce19fcc81156ba49c91d83a676144a103
refs/heads/master: bf85f205d95eb223e849914101e0db1a5a576a3c
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-omap2/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ static struct device_node * __init omap_get_timer_dt(struct of_device_id *match,
* kernel registering these devices remove them dynamically from the device
* tree on boot.
*/
void __init omap_dmtimer_init(void)
static void __init omap_dmtimer_init(void)
{
struct device_node *np;

Expand All @@ -210,7 +210,7 @@ void __init omap_dmtimer_init(void)
*
* Get the timer errata flags that are specific to the OMAP device being used.
*/
u32 __init omap_dm_timer_get_errata(void)
static u32 __init omap_dm_timer_get_errata(void)
{
if (cpu_is_omap24xx())
return 0;
Expand Down

0 comments on commit 309f5fb

Please sign in to comment.