]> Pileus Git - ~andy/linux/blobdiff - lib/hash.c
lib: hash: follow-up fixups for arch hash
[~andy/linux] / lib / hash.c
index b89f06a2d6062598f5d541d65c1a797be295f56f..fea973f4bd57ae4f4638817becebe016fa1dd716 100644 (file)
@@ -12,6 +12,7 @@
 
 #include <linux/jhash.h>
 #include <linux/hash.h>
+#include <linux/cache.h>
 
 static struct fast_hash_ops arch_hash_ops __read_mostly = {
        .hash  = jhash,