Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310441
b: refs/heads/master
c: e540032
h: refs/heads/master
i:
  310439: 2145577
v: v3
  • Loading branch information
Magnus Damm authored and Thomas Gleixner committed May 24, 2012
1 parent 187e842 commit beb6841
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 5307c9556bc17e3cd26d4e94fc3b2565921834de
refs/heads/master: e5400321a6f15ce0fe77c8455954f213ef7dcc54
1 change: 1 addition & 0 deletions trunk/include/linux/clockchips.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ extern u64 clockevent_delta2ns(unsigned long latch,
struct clock_event_device *evt);
extern void clockevents_register_device(struct clock_event_device *dev);

extern void clockevents_config(struct clock_event_device *dev, u32 freq);
extern void clockevents_config_and_register(struct clock_event_device *dev,
u32 freq, unsigned long min_delta,
unsigned long max_delta);
Expand Down
3 changes: 1 addition & 2 deletions trunk/kernel/time/clockevents.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,7 @@ void clockevents_register_device(struct clock_event_device *dev)
}
EXPORT_SYMBOL_GPL(clockevents_register_device);

static void clockevents_config(struct clock_event_device *dev,
u32 freq)
void clockevents_config(struct clock_event_device *dev, u32 freq)
{
u64 sec;

Expand Down

0 comments on commit beb6841

Please sign in to comment.