diff options
author | Cornelia Huck <cornelia.huck@de.ibm.com> | 2012-12-14 17:02:17 +0100 |
---|---|---|
committer | Gleb Natapov <gleb@redhat.com> | 2012-12-18 14:36:54 +0200 |
commit | 0abbe448eddb2263db3fb776757f480b34accd88 (patch) | |
tree | d4e7c1e7269f92cf30892d546779b218b15a28ea /arch/s390 | |
parent | 55c171a6d90dc0574021f9c836127cfd1a7d2e30 (diff) | |
download | op-kernel-dev-0abbe448eddb2263db3fb776757f480b34accd88.zip op-kernel-dev-0abbe448eddb2263db3fb776757f480b34accd88.tar.gz |
s390/ccwdev: Include asm/schid.h.
Get the definition of struct subchannel_id.
Reviewed-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/include/asm/ccwdev.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/s390/include/asm/ccwdev.h b/arch/s390/include/asm/ccwdev.h index 6d1f357..e606161 100644 --- a/arch/s390/include/asm/ccwdev.h +++ b/arch/s390/include/asm/ccwdev.h @@ -12,15 +12,13 @@ #include <linux/mod_devicetable.h> #include <asm/fcx.h> #include <asm/irq.h> +#include <asm/schid.h> /* structs from asm/cio.h */ struct irb; struct ccw1; struct ccw_dev_id; -/* from asm/schid.h */ -struct subchannel_id; - /* simplified initializers for struct ccw_device: * CCW_DEVICE and CCW_DEVICE_DEVTYPE initialize one * entry in your MODULE_DEVICE_TABLE and set the match_flag correctly */ |