Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339108
b: refs/heads/master
c: f95a985
h: refs/heads/master
v: v3
  • Loading branch information
Lars-Peter Clausen authored and John Stultz committed Nov 13, 2012
1 parent 1edb7eb commit 2abc367
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 60e3bf14d4e2a9fcc11c2fc33f572bfafa8ece92
refs/heads/master: f95a985781e9e986992351c971af7f7e46e06ed5
2 changes: 1 addition & 1 deletion trunk/kernel/time/jiffies.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2abc367

Please sign in to comment.