time: Correct the *settime* parameters
[deliverable/linux.git] / kernel / time / timekeeping.c
index 02c13a313d15c1f7ef0fba1e5b577acc6c65d7af..4f9f65b9132386185d63caa4d87a74c8cda2fba9 100644 (file)
@@ -353,7 +353,7 @@ EXPORT_SYMBOL(do_gettimeofday);
  *
  * Sets the time of day to the new time and update NTP and notify hrtimers
  */
-int do_settimeofday(struct timespec *tv)
+int do_settimeofday(const struct timespec *tv)
 {
        struct timespec ts_delta;
        unsigned long flags;
This page took 0.025497 seconds and 5 git commands to generate.