Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81096
b: refs/heads/master
c: c481887
h: refs/heads/master
v: v3
  • Loading branch information
Milton Miller authored and Paul Mackerras committed Dec 20, 2007
1 parent ceb8808 commit d14e94e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d7cf0edb8f7d53bfc8b5e40893415d48656c0399
refs/heads/master: c481887f2b74f87f714e2b76b8b834e57912bd0a
3 changes: 1 addition & 2 deletions trunk/arch/powerpc/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ static struct clock_event_device decrementer_clockevent = {
};

static DEFINE_PER_CPU(struct clock_event_device, decrementers);
void init_decrementer_clockevent(void);
static DEFINE_PER_CPU(u64, decrementer_next_tb);

#ifdef CONFIG_PPC_ISERIES
Expand Down Expand Up @@ -836,7 +835,7 @@ static void register_decrementer_clockevent(int cpu)
clockevents_register_device(dec);
}

void init_decrementer_clockevent(void)
static void __init init_decrementer_clockevent(void)
{
int cpu = smp_processor_id();

Expand Down

0 comments on commit d14e94e

Please sign in to comment.