mirror of
https://github.com/joel16/android_kernel_sony_msm8994.git
synced 2024-12-05 02:58:44 +00:00
[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>
This commit is contained in:
parent
3f1934bc1a
commit
1378ee9b67
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user