diff options
author | Jiri Kosina <jkosina@suse.cz> | 2011-06-24 07:50:44 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-06-24 07:50:44 -0400 |
commit | 5f3662278876906f3437a5cecd7cae518013b01b (patch) | |
tree | ff2abb63eb364b450129dc412b9ae93161bbb855 | |
parent | 7c9d440e90c09c6c7b5c477217e491484d044353 (diff) |
s390: do not touch sie64a.S with duplicate include removal
This is a partial revert of e44ba033c565 ("treewide: remove duplicate
includes").
The file is gone in s390 tree and will not exist any more.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | arch/s390/kvm/sie64a.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kvm/sie64a.S b/arch/s390/kvm/sie64a.S index cf8ec3ae2693..5faa1b1b23fa 100644 --- a/arch/s390/kvm/sie64a.S +++ b/arch/s390/kvm/sie64a.S | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/errno.h> | 14 | #include <linux/errno.h> |
15 | #include <asm/asm-offsets.h> | 15 | #include <asm/asm-offsets.h> |
16 | #include <asm/setup.h> | 16 | #include <asm/setup.h> |
17 | #include <asm/asm-offsets.h> | ||
17 | #include <asm/ptrace.h> | 18 | #include <asm/ptrace.h> |
18 | #include <asm/thread_info.h> | 19 | #include <asm/thread_info.h> |
19 | 20 | ||