summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2009-09-09 18:10:26 -0700
committerJosh Triplett <josh@joshtriplett.org>2009-09-09 18:10:26 -0700
commit64aacc963a70660d802f3524e343fa2cebddaf01 (patch)
treecd10981b76d7af19aba198efb36617c88f674c0c
parenta28e7ba2f2954f58bddaec0334b466853b7d0488 (diff)
downloadrcuhashbash-64aacc963a70660d802f3524e343fa2cebddaf01.tar.gz
Remove unnecessary include of <linux/dcache.h>
-rw-r--r--rcuhashbash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rcuhashbash.c b/rcuhashbash.c
index 08ecef5..b407631 100644
--- a/rcuhashbash.c
+++ b/rcuhashbash.c
@@ -3,7 +3,6 @@
* Mostly lockless random number generator rcu_random from rcutorture, by Paul
* McKenney and Josh Triplett.
*/
-#include <linux/dcache.h>
#include <linux/init.h>
#include <linux/kthread.h>
#include <linux/list.h>