From 7d052379ef29c8e49be215e249fdd6558ff116bb Mon Sep 17 00:00:00 2001 From: Rohit Vaswani Date: Wed, 17 Feb 2016 13:55:51 -0800 Subject: Revert "net, lib: kill arch_fast_hash library bits" This reverts commit 0cb6c969ed9de43687abdfc63714b6fe4385d2fc. --- include/asm-generic/hash.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/asm-generic/hash.h (limited to 'include/asm-generic') 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 */ -- cgit v1.2.3