Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150975
b: refs/heads/master
c: c81fc2c
h: refs/heads/master
i:
  150973: d102f81
  150971: a902c5f
  150967: 2327e2e
  150959: 34facb0
  150943: 5ead86e
  150911: 6599209
v: v3
  • Loading branch information
Magnus Damm authored and Thomas Gleixner committed May 2, 2009
1 parent 32624a4 commit e80e1a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a52f5c5620673c292cb159205bf0e1eb5af1985b
refs/heads/master: c81fc2c331b8514ad112054cd2d87e6ec132286b
2 changes: 2 additions & 0 deletions trunk/kernel/time/clockevents.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ unsigned long clockevent_delta2ns(unsigned long latch,

return (unsigned long) clc;
}
EXPORT_SYMBOL_GPL(clockevent_delta2ns);

/**
* clockevents_set_mode - set the operating mode of a clock event device
Expand Down Expand Up @@ -187,6 +188,7 @@ void clockevents_register_device(struct clock_event_device *dev)

spin_unlock(&clockevents_lock);
}
EXPORT_SYMBOL_GPL(clockevents_register_device);

/*
* Noop handler when we shut down an event device
Expand Down

0 comments on commit e80e1a0

Please sign in to comment.