mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 03:13:59 +00:00 
			
		
		
		
	 2f319a5249
			
		
	
	
		2f319a5249
		
	
	
	
	
		
			
			A compare shows that arch/s390/include/asm/sockios.h is the same as include/asm-generic/sockios.h. This patch lets arch/s390/include/asm/ termbits.h include the generic header. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			98 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			98 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _ASM_S390_SOCKIOS_H
 | |
| #define _ASM_S390_SOCKIOS_H
 | |
| 
 | |
| #include <asm-generic/sockios.h>
 | |
| 
 | |
| #endif
 |