diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2014-03-29 05:50:47 -0400 |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2014-03-29 05:51:28 -0400 |
commit | 1e4ec6217dcf4b26cf959b70298a3b990479c955 (patch) | |
tree | 11e3a3eaadb7c8e08e2c3b729dd54fe7fdbaea3f /arch/s390/kernel/compat_wrapper.c | |
parent | f5b972e9fbd2e99a2abc3221783d089799b69394 (diff) |
s390/compat: add copyright statement
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/compat_wrapper.c')
-rw-r--r-- | arch/s390/kernel/compat_wrapper.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/s390/kernel/compat_wrapper.c b/arch/s390/kernel/compat_wrapper.c index d123f5d87b82..824c39dfddfc 100644 --- a/arch/s390/kernel/compat_wrapper.c +++ b/arch/s390/kernel/compat_wrapper.c | |||
@@ -1,3 +1,9 @@ | |||
1 | /* | ||
2 | * Compat sytem call wrappers. | ||
3 | * | ||
4 | * Copyright IBM Corp. 2014 | ||
5 | */ | ||
6 | |||
1 | #include <linux/syscalls.h> | 7 | #include <linux/syscalls.h> |
2 | #include <linux/compat.h> | 8 | #include <linux/compat.h> |
3 | #include "entry.h" | 9 | #include "entry.h" |