This website requires JavaScript.
Explore
Help
Register
Sign In
malhuda
/
msm-4.14
Watch
1
Star
0
Fork
0
You've already forked msm-4.14
mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced
2025-02-20 11:45:48 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
msm-4.14
/
arch
/
s390
/
include
/
asm
/
sockios.h
7 lines
98 B
C
Raw
Normal View
History
Unescape
Escape
[S390] use generic sockios.h header file 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>
2009-12-07 12:52:09 +01:00
#
ifndef _ASM_S390_SOCKIOS_H
#
define _ASM_S390_SOCKIOS_H
Linux-2.6.12-rc2 Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
2005-04-16 15:20:36 -07:00
[S390] use generic sockios.h header file 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>
2009-12-07 12:52:09 +01:00
#
include
<asm-generic/sockios.h>
Linux-2.6.12-rc2 Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
2005-04-16 15:20:36 -07:00
#
endif
Reference in New Issue
Copy Permalink