]> www.infradead.org Git - users/dwmw2/linux.git/commit
selftests/timers: Remove unused NSEC_PER_SEC macro
authorzhang jiao <zhangjiao2@cmss.chinamobile.com>
Fri, 6 Sep 2024 02:52:59 +0000 (10:52 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 6 Sep 2024 19:37:41 +0000 (13:37 -0600)
commitaf1ec38c6ccc31ec963ac4bcf8f6a7d8f44d210a
tree8cc511285ab340c630b64ed5819bbcfccefd63ac
parent7beaf1da074f7ea25454d6c11da142c3892d3c4e
selftests/timers: Remove unused NSEC_PER_SEC macro

By reading the code, I found the macro NSEC_PER_SEC
is never referenced in the code. Just remove it.

Signed-off-by: zhang jiao <zhangjiao2@cmss.chinamobile.com>
Reviewed-by: Shuah Khan <skhan@linuxfoundation.org>
Acked-by: John Stultz <jstultz@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/timers/change_skew.c
tools/testing/selftests/timers/skew_consistency.c