mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 20:21:57 +00:00
237217546d
This patch adds the include file to pull in __read_mostly on some architectures e.g. ppc and also fixes up signatures in generic asm. Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Francesco Fusco <ffusco@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
187 B
C
10 lines
187 B
C
#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 */
|