aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/chpid.h
diff options
context:
space:
mode:
authorSebastian Ott <sebott@linux.vnet.ibm.com>2017-06-29 13:27:22 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2018-03-26 16:13:11 +0200
commitded27d8d2eae2aefe7d03d3e7c3fbdcd1fd501fc (patch)
treedc5ef06e6909f79b3166b9bed78ac2023b4d296a /arch/s390/include/asm/chpid.h
parents390/cio: fix unbind of io_subchannel_driver (diff)
downloadlinux-dev-ded27d8d2eae2aefe7d03d3e7c3fbdcd1fd501fc.tar.xz
linux-dev-ded27d8d2eae2aefe7d03d3e7c3fbdcd1fd501fc.zip
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/asm/chpid.h')
-rw-r--r--arch/s390/include/asm/chpid.h2
1 files changed, 1 insertions, 1 deletions
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 @@
#include <uapi/asm/chpid.h>
#include <asm/cio.h>
-struct channel_path_desc {
+struct channel_path_desc_fmt0 {
u8 flags;
u8 lsn;
u8 desc;