mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
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
|