| commit | c9cc08572b51ab37dd5027ac22609de75e5d4c45 | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed May 03 23:31:14 2017 -0700 |
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu May 04 09:49:11 2017 -0700 |
| tree | 03424ae9e56999e20322109c06d1cfc5a3b6c8f6 | |
| parent | f21c95626dbb03ac11facb5af7e0d1732055b78e [diff] |
arcu: Remove linux/types.h from rcupdate.h The include/linux/rcupdate.h file does not actually need anything from include/linux/types.h, because include/linux/ktime.h pulls in this include file. Therefore, this commit removes include/linux/types.h. Reported-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>