projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16de058
)
[S390] gettimeofday.S: removed duplicated #includes
author
Huang Weiyi
<weiyi.huang@gmail.com>
Fri, 9 Jan 2009 11:14:47 +0000
(12:14 +0100)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Fri, 9 Jan 2009 11:15:04 +0000
(12:15 +0100)
Removed duplicated #include's in arch/s390/kernel/vdso32/gettimeofday.S
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/vdso32/gettimeofday.S
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/vdso32/gettimeofday.S
b/arch/s390/kernel/vdso32/gettimeofday.S
index c32f29c3d70c7a62de324fe94b35d376bafae6f2..ad8acfc949fbdb5d0a7f59375bf567770780686e 100644
(file)
--- a/
arch/s390/kernel/vdso32/gettimeofday.S
+++ b/
arch/s390/kernel/vdso32/gettimeofday.S
@@
-9,10
+9,6
@@
* it under the terms of the GNU General Public License (version 2 only)
* as published by the Free Software Foundation.
*/
-#include <asm/vdso.h>
-#include <asm/asm-offsets.h>
-#include <asm/unistd.h>
-
#include <asm/vdso.h>
#include <asm/asm-offsets.h>
#include <asm/unistd.h>