Add swab.h to kbuild.asm and remove the individual entries from each arch, mark as unifdef as some arches have some kernel-only bits inside. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			188 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			188 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * AVR32 endian-conversion functions.
 | 
						|
 */
 | 
						|
#ifndef __ASM_AVR32_BYTEORDER_H
 | 
						|
#define __ASM_AVR32_BYTEORDER_H
 | 
						|
 | 
						|
#include <linux/byteorder/big_endian.h>
 | 
						|
 | 
						|
#endif /* __ASM_AVR32_BYTEORDER_H */
 |