Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307620
b: refs/heads/master
c: d239f49
h: refs/heads/master
v: v3
  • Loading branch information
Richard Cochran authored and John Stultz committed May 21, 2012
1 parent 3281cde commit bc8f9ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 190d3b6b4ab0e1ce991e8bc94ad95f00b0dc476b
refs/heads/master: d239f49d77ad9ffa442e700db3cab06d8b414cd1
4 changes: 1 addition & 3 deletions trunk/kernel/time/timekeeping.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ void getnstimeofday(struct timespec *ts)

timespec_add_ns(ts, nsecs);
}

EXPORT_SYMBOL(getnstimeofday);

ktime_t ktime_get(void)
Expand Down Expand Up @@ -357,8 +356,8 @@ void do_gettimeofday(struct timeval *tv)
tv->tv_sec = now.tv_sec;
tv->tv_usec = now.tv_nsec/1000;
}

EXPORT_SYMBOL(do_gettimeofday);

/**
* do_settimeofday - Sets the time of day
* @tv: pointer to the timespec variable containing the new time
Expand Down Expand Up @@ -392,7 +391,6 @@ int do_settimeofday(const struct timespec *tv)

return 0;
}

EXPORT_SYMBOL(do_settimeofday);


Expand Down

0 comments on commit bc8f9ff

Please sign in to comment.