| commit | b169b9c357d1660a8f3d869397e29cc2e395240e | [log] [tgz] |
|---|---|---|
| author | Christoph Hellwig <hch@lst.de> | Thu Aug 22 10:53:43 2019 +0900 |
| committer | Paul E. McKenney <paulmck@linux.ibm.com> | Wed Aug 21 19:35:48 2019 -0700 |
| tree | 1d2dc519ed8918a5365b2236f697ed664c94ed01 | |
| parent | 7452d81db1aac5514a8b040faf35b53ea14bc980 [diff] |
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>