aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCornelia Huck <cornelia.huck@de.ibm.com>2012-12-13 07:38:51 -0500
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-12-17 03:50:34 -0500
commit1f1c96102ff848778cd596e81bdbd45f81a40119 (patch)
tree1d87df306db21b67c22e9ff132f44d207d922b03
parentd0b0885316ab7a97cc8a19027905de3ff7bd1e79 (diff)
s390/ccwdev: Include asm/schid.h.
Get the definition of struct subchannel_id. Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
-rw-r--r--arch/s390/include/asm/ccwdev.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/s390/include/asm/ccwdev.h b/arch/s390/include/asm/ccwdev.h
index 6d1f3573f0df..e6061617a50b 100644
--- a/arch/s390/include/asm/ccwdev.h
+++ b/arch/s390/include/asm/ccwdev.h
@@ -12,15 +12,13 @@
12#include <linux/mod_devicetable.h> 12#include <linux/mod_devicetable.h>
13#include <asm/fcx.h> 13#include <asm/fcx.h>
14#include <asm/irq.h> 14#include <asm/irq.h>
15#include <asm/schid.h>
15 16
16/* structs from asm/cio.h */ 17/* structs from asm/cio.h */
17struct irb; 18struct irb;
18struct ccw1; 19struct ccw1;
19struct ccw_dev_id; 20struct ccw_dev_id;
20 21
21/* from asm/schid.h */
22struct subchannel_id;
23
24/* simplified initializers for struct ccw_device: 22/* simplified initializers for struct ccw_device:
25 * CCW_DEVICE and CCW_DEVICE_DEVTYPE initialize one 23 * CCW_DEVICE and CCW_DEVICE_DEVTYPE initialize one
26 * entry in your MODULE_DEVICE_TABLE and set the match_flag correctly */ 24 * entry in your MODULE_DEVICE_TABLE and set the match_flag correctly */