diff options
author | David Gow | 2022-02-24 16:12:33 +0800 |
---|---|---|
committer | Richard Weinberger | 2022-03-11 10:49:50 +0100 |
commit | 0e6d630cef8b72de6f4573c894b479bdf091c1e5 (patch) | |
tree | 8ff83fab6d5e7c382c764026f2d5a54261b2b997 /kernel | |
parent | 1a3a6a2a035bb6c3a7ef4c788d8fd69a7b2d6284 (diff) |
um: Remove unused timeval_to_ns() function
The timeval_to_ns() function doesn't appear to be used anywhere, as far
as I (or git grep) can tell, and clang throws up a warning about it:
../arch/um/os-Linux/time.c:21:25: warning: unused function 'timeval_to_ns' [-Wunused-function]
static inline long long timeval_to_ns(const struct timeval *tv)
^
1 warning generated.
Signed-off-by: David Gow <davidgow@google.com>
Acked-By: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions