Commit-ID: 934ad473552a48d303a54279518aa19cf674567d Gitweb: http://git.kernel.org/tip/934ad473552a48d303a54279518aa19cf674567d Author: Frederic Weisbecker <[email protected]> AuthorDate: Tue, 31 Jan 2017 04:09:50 +0100 Committer: Ingo Molnar <[email protected]> CommitDate: Wed, 1 Feb 2017 09:14:06 +0100
sched/cputime: Remove unused nsec_to_cputime() It's unused now. Signed-off-by: Frederic Weisbecker <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Cc: Fenghua Yu <[email protected]> Cc: Heiko Carstens <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Martin Schwidefsky <[email protected]> Cc: Michael Ellerman <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Rik van Riel <[email protected]> Cc: Stanislaw Gruszka <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Tony Luck <[email protected]> Cc: Wanpeng Li <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]> --- include/linux/cputime.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/linux/cputime.h b/include/linux/cputime.h index f2eb2ee..a257d66 100644 --- a/include/linux/cputime.h +++ b/include/linux/cputime.h @@ -8,9 +8,4 @@ (cputime_to_usecs(__ct) * NSEC_PER_USEC) #endif -#ifndef nsecs_to_cputime -# define nsecs_to_cputime(__nsecs) \ - usecs_to_cputime((__nsecs) / NSEC_PER_USEC) -#endif - #endif /* __LINUX_CPUTIME_H */

