rcu: Don't include <linux/ktime.h> in rcutiny.h
authorChristoph Hellwig <hch@lst.de>
Thu, 22 Aug 2019 01:53:43 +0000 (10:53 +0900)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Mon, 26 Aug 2019 23:27:01 +0000 (16:27 -0700)
commit24691069a348f82a95e0fa9697bb5656c6d8c48c
treed46371e80e0e0573b4532ad8774b91d7a1950e21
parent07f038a408fb215fd656de78304b6ff4c7e4e490
rcu: Don't include <linux/ktime.h> in rcutiny.h

The kbuild reported a built failure due to a header loop when RCUTINY is
enabled with my pending riscv-nommu port.  Switch rcutiny.h to only
include the minimal required header to get HZ instead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
include/linux/rcutiny.h