From 2abc3675af17f0cc6cf4a2590574516725423c0b Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Thu, 18 Oct 2012 11:34:41 +0200 Subject: [PATCH] --- yaml --- r: 339108 b: refs/heads/master c: f95a985781e9e986992351c971af7f7e46e06ed5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/time/jiffies.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6d8e4cef3883..722808b776a9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 60e3bf14d4e2a9fcc11c2fc33f572bfafa8ece92 +refs/heads/master: f95a985781e9e986992351c971af7f7e46e06ed5 diff --git a/trunk/kernel/time/jiffies.c b/trunk/kernel/time/jiffies.c index 6629bf7b5285..25f5b2699d37 100644 --- a/trunk/kernel/time/jiffies.c +++ b/trunk/kernel/time/jiffies.c @@ -58,7 +58,7 @@ static cycle_t jiffies_read(struct clocksource *cs) return (cycle_t) jiffies; } -struct clocksource clocksource_jiffies = { +static struct clocksource clocksource_jiffies = { .name = "jiffies", .rating = 1, /* lowest valid rating*/ .read = jiffies_read,