diff options
| author | Cornelia Huck <cornelia.huck@de.ibm.com> | 2008-08-01 10:39:21 -0400 |
|---|---|---|
| committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2008-08-01 10:39:35 -0400 |
| commit | 1378ee9b67298176edbcec0ab87b38e913d76ab9 (patch) | |
| tree | cd56455a034bdf5875391d78458b2cd870cfa22e | |
| parent | 3f1934bc1a0dcc2b7c31c8fd4f41ea2dd6522c3e (diff) | |
[S390] cio: Include linux/string.h in schid.h.
schid.h needs string.h for memset and memcmp.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
| -rw-r--r-- | include/asm-s390/schid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-s390/schid.h b/include/asm-s390/schid.h index 7bdc0fe15691..825503cf3dc2 100644 --- a/include/asm-s390/schid.h +++ b/include/asm-s390/schid.h | |||
| @@ -11,6 +11,7 @@ struct subchannel_id { | |||
| 11 | } __attribute__ ((packed, aligned(4))); | 11 | } __attribute__ ((packed, aligned(4))); |
| 12 | 12 | ||
| 13 | #ifdef __KERNEL__ | 13 | #ifdef __KERNEL__ |
| 14 | #include <linux/string.h> | ||
| 14 | 15 | ||
| 15 | /* Helper function for sane state of pre-allocated subchannel_id. */ | 16 | /* Helper function for sane state of pre-allocated subchannel_id. */ |
| 16 | static inline void | 17 | static inline void |
