diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2017-06-29 07:27:22 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-03-26 10:13:11 -0400 |
commit | ded27d8d2eae2aefe7d03d3e7c3fbdcd1fd501fc (patch) | |
tree | dc5ef06e6909f79b3166b9bed78ac2023b4d296a /arch/s390/include | |
parent | 135a8b4ce5d737115571f08c6d0649f1aed6a48a (diff) |
s390/cio: rename struct channel_path_desc
Rename struct channel_path_desc to struct channel_path_desc_fmt0
to fit the scheme. Provide a macro for the function wrappers that
gather this and related data from firmware.
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Reviewed-by: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include')
-rw-r--r-- | arch/s390/include/asm/ccwdev.h | 2 | ||||
-rw-r--r-- | arch/s390/include/asm/chpid.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/include/asm/ccwdev.h b/arch/s390/include/asm/ccwdev.h index 633f8da86137..20bce136b2e5 100644 --- a/arch/s390/include/asm/ccwdev.h +++ b/arch/s390/include/asm/ccwdev.h | |||
@@ -230,5 +230,5 @@ int ccw_device_siosl(struct ccw_device *); | |||
230 | 230 | ||
231 | extern void ccw_device_get_schid(struct ccw_device *, struct subchannel_id *); | 231 | extern void ccw_device_get_schid(struct ccw_device *, struct subchannel_id *); |
232 | 232 | ||
233 | struct channel_path_desc *ccw_device_get_chp_desc(struct ccw_device *, int); | 233 | struct channel_path_desc_fmt0 *ccw_device_get_chp_desc(struct ccw_device *, int); |
234 | #endif /* _S390_CCWDEV_H_ */ | 234 | #endif /* _S390_CCWDEV_H_ */ |
diff --git a/arch/s390/include/asm/chpid.h b/arch/s390/include/asm/chpid.h index 4773f747915c..20e0d22f29e9 100644 --- a/arch/s390/include/asm/chpid.h +++ b/arch/s390/include/asm/chpid.h | |||
@@ -9,7 +9,7 @@ | |||
9 | #include <uapi/asm/chpid.h> | 9 | #include <uapi/asm/chpid.h> |
10 | #include <asm/cio.h> | 10 | #include <asm/cio.h> |
11 | 11 | ||
12 | struct channel_path_desc { | 12 | struct channel_path_desc_fmt0 { |
13 | u8 flags; | 13 | u8 flags; |
14 | u8 lsn; | 14 | u8 lsn; |
15 | u8 desc; | 15 | u8 desc; |