[PATCH RFC V1 3/5] timekeeping: Fix a few minor newline issues.

From: Richard Cochran
Date: Fri Apr 27 2012 - 04:14:07 EST


Signed-off-by: Richard Cochran <richardcochran@xxxxxxxxx>
---
kernel/time/timekeeping.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c
index d66b213..6e46cac 100644
--- a/kernel/time/timekeeping.c
+++ b/kernel/time/timekeeping.c
@@ -240,7 +240,6 @@ void getnstimeofday(struct timespec *ts)

timespec_add_ns(ts, nsecs);
}
-
EXPORT_SYMBOL(getnstimeofday);

ktime_t ktime_get(void)
@@ -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
@@ -392,7 +391,6 @@ int do_settimeofday(const struct timespec *tv)

return 0;
}
-
EXPORT_SYMBOL(do_settimeofday);


--
1.7.2.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/