diff options
author | Cornelia Huck <cornelia.huck@de.ibm.com> | 2008-08-01 16:39:21 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2008-08-01 16:39:35 +0200 |
commit | 1378ee9b67298176edbcec0ab87b38e913d76ab9 (patch) | |
tree | cd56455a034bdf5875391d78458b2cd870cfa22e /include/asm-s390 | |
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>
Diffstat (limited to 'include/asm-s390')
-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 7bdc0fe1569..825503cf3dc 100644 --- a/include/asm-s390/schid.h +++ b/include/asm-s390/schid.h @@ -11,6 +11,7 @@ struct subchannel_id { } __attribute__ ((packed, aligned(4))); #ifdef __KERNEL__ +#include <linux/string.h> /* Helper function for sane state of pre-allocated subchannel_id. */ static inline void |