mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
df27d7baf6
A compare shows that arch/s390/include/asm/termbits.h is the same as include/asm-generic.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
101 B
C
7 lines
101 B
C
#ifndef _ASM_S390_TERMBITS_H
|
|
#define _ASM_S390_TERMBITS_H
|
|
|
|
#include <asm-generic/termbits.h>
|
|
|
|
#endif
|