Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10909
b: refs/heads/master
c: 943eae0
h: refs/heads/master
i:
  10907: 9e953f7
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 29, 2005
1 parent fcfc0ad commit 02883e8
Show file tree
Hide file tree
Showing 4 changed files with 4 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: 9d86b7d37018c917837477dd4501d44bf8f3f98c
refs/heads/master: 943eae03143790c71cf42fe13529f1b74ceb0266
1 change: 1 addition & 0 deletions trunk/arch/frv/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ int do_settimeofday(struct timespec *tv)
clock_was_set();
return 0;
}
EXPORT_SYMBOL(do_settimeofday);

/*
* Scheduler clock - returns current time in nanosec units.
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/sh64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ int do_settimeofday(struct timespec *tv)

return 0;
}
EXPORT_SYMBOL(do_settimeofday);

static int set_rtc_time(unsigned long nowtime)
{
Expand Down
1 change: 1 addition & 0 deletions trunk/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ int do_settimeofday (struct timespec *tv)
clock_was_set();
return 0;
}
EXPORT_SYMBOL(do_settimeofday);

void do_gettimeofday (struct timeval *tv)
{
Expand Down

0 comments on commit 02883e8

Please sign in to comment.