diff options
| author | Rohit Vaswani <rvaswani@codeaurora.org> | 2016-02-17 13:55:51 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-22 11:09:36 -0700 |
| commit | 7d052379ef29c8e49be215e249fdd6558ff116bb (patch) | |
| tree | c752f2eddfea9365699494284488097a1b589609 /include/asm-generic | |
| parent | 2254e02d74045113cff8e2a269684b348d5dbb58 (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.h | 9 |
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 */ |
