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>
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			187 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 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 */
 |