diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2016-11-28 22:26:05 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2016-11-29 07:52:58 +0100 |
commit | aa9725ff9cae54847ee14dbd1c13bbac003d5002 (patch) | |
tree | f64ddb19b270cdab25d582fc2674471103cc5075 /arch/s390 | |
parent | s390: use generic asm-offsets.h (diff) | |
download | linux-aa9725ff9cae54847ee14dbd1c13bbac003d5002.tar.xz linux-aa9725ff9cae54847ee14dbd1c13bbac003d5002.zip |
s390/hypfs: add hypfs header file to uapi header export list
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/include/uapi/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/uapi/asm/Kbuild b/arch/s390/include/uapi/asm/Kbuild index cc44b09c25fc..1d066b8bbe15 100644 --- a/arch/s390/include/uapi/asm/Kbuild +++ b/arch/s390/include/uapi/asm/Kbuild @@ -12,6 +12,7 @@ header-y += dasd.h header-y += debug.h header-y += errno.h header-y += fcntl.h +header-y += hypfs.h header-y += ioctl.h header-y += ioctls.h header-y += ipcbuf.h |