Skip to content

Commit

Permalink
[S390] cio: Include linux/string.h in schid.h.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Cornelia Huck authored and Martin Schwidefsky committed Aug 1, 2008
1 parent 3f1934b commit 1378ee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-s390/schid.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1378ee9

Please sign in to comment.