Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295793
b: refs/heads/master
c: 08ad42f
h: refs/heads/master
i:
  295791: b1fba6e
v: v3
  • Loading branch information
Magnus Damm authored and Rafael J. Wysocki committed Mar 12, 2012
1 parent e95d3e4 commit ce8927c
Show file tree
Hide file tree
Showing 3 changed files with 8 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: e3b0161b3c846e7ce994bb5d1671e1ed5c871915
refs/heads/master: 08ad42fb7702ee2968b5b837e245ca8fd2175223
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-shmobile/include/mach/common.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef __ARCH_MACH_COMMON_H
#define __ARCH_MACH_COMMON_H

extern void shmobile_earlytimer_init(void);
extern struct sys_timer shmobile_timer;
extern void shmobile_setup_console(void);
extern void shmobile_secondary_vector(void);
Expand Down
7 changes: 6 additions & 1 deletion trunk/arch/arm/mach-shmobile/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,16 @@ static void __init shmobile_late_time_init(void)
early_platform_driver_probe("earlytimer", 2, 0);
}

static void __init shmobile_timer_init(void)
void __init shmobile_earlytimer_init(void)
{
late_time_init = shmobile_late_time_init;
}

static void __init shmobile_timer_init(void)
{
shmobile_earlytimer_init();
}

struct sys_timer shmobile_timer = {
.init = shmobile_timer_init,
};

0 comments on commit ce8927c

Please sign in to comment.