forked from mirrors/linux
		
	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>
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			98 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			98 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _ASM_S390_SOCKIOS_H
 | 
						|
#define _ASM_S390_SOCKIOS_H
 | 
						|
 | 
						|
#include <asm-generic/sockios.h>
 | 
						|
 | 
						|
#endif
 |