diff options
| -rw-r--r-- | arch/s390/hypfs/hypfs_diag.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/hypfs/hypfs_diag.c b/arch/s390/hypfs/hypfs_diag.c index b1e892a43816..704dd396257b 100644 --- a/arch/s390/hypfs/hypfs_diag.c +++ b/arch/s390/hypfs/hypfs_diag.c | |||
| @@ -12,6 +12,8 @@ | |||
| 12 | 12 | ||
| 13 | #include <linux/types.h> | 13 | #include <linux/types.h> |
| 14 | #include <linux/errno.h> | 14 | #include <linux/errno.h> |
| 15 | #include <linux/gfp.h> | ||
| 16 | #include <linux/slab.h> | ||
| 15 | #include <linux/string.h> | 17 | #include <linux/string.h> |
| 16 | #include <linux/vmalloc.h> | 18 | #include <linux/vmalloc.h> |
| 17 | #include <asm/ebcdic.h> | 19 | #include <asm/ebcdic.h> |
