summaryrefslogtreecommitdiff
path: root/include/asm-generic
diff options
context:
space:
mode:
authorRohit Vaswani <rvaswani@codeaurora.org>2016-02-17 13:55:51 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:09:36 -0700
commit7d052379ef29c8e49be215e249fdd6558ff116bb (patch)
treec752f2eddfea9365699494284488097a1b589609 /include/asm-generic
parent2254e02d74045113cff8e2a269684b348d5dbb58 (diff)
Revert "net, lib: kill arch_fast_hash library bits"
This reverts commit 0cb6c969ed9de43687abdfc63714b6fe4385d2fc.
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/hash.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-generic/hash.h b/include/asm-generic/hash.h
new file mode 100644
index 000000000000..b6312843dbd9
--- /dev/null
+++ b/include/asm-generic/hash.h
@@ -0,0 +1,9 @@
+#ifndef __ASM_GENERIC_HASH_H
+#define __ASM_GENERIC_HASH_H
+
+struct fast_hash_ops;
+static inline void setup_arch_fast_hash(struct fast_hash_ops *ops)
+{
+}
+
+#endif /* __ASM_GENERIC_HASH_H */