[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH v2 4/5] s390/cio: export hsch to modules
From: |
Cornelia Huck |
Subject: |
[qemu-s390x] [PATCH v2 4/5] s390/cio: export hsch to modules |
Date: |
Mon, 21 Jan 2019 12:03:53 +0100 |
The vfio-ccw code will need this, and it matches treatment of ssch
and csch.
Reviewed-by: Pierre Morel <address@hidden>
Signed-off-by: Cornelia Huck <address@hidden>
---
drivers/s390/cio/ioasm.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/s390/cio/ioasm.c b/drivers/s390/cio/ioasm.c
index 14d328338ce2..08eb10283b18 100644
--- a/drivers/s390/cio/ioasm.c
+++ b/drivers/s390/cio/ioasm.c
@@ -233,6 +233,7 @@ int hsch(struct subchannel_id schid)
return ccode;
}
+EXPORT_SYMBOL(hsch);
static inline int __xsch(struct subchannel_id schid)
{
--
2.17.2
- Re: [qemu-s390x] [PATCH v2 2/5] vfio-ccw: concurrent I/O handling, (continued)
- Re: [qemu-s390x] [PATCH v2 2/5] vfio-ccw: concurrent I/O handling, Cornelia Huck, 2019/01/29
- Re: [qemu-s390x] [PATCH v2 2/5] vfio-ccw: concurrent I/O handling, Cornelia Huck, 2019/01/29
- Re: [qemu-s390x] [PATCH v2 2/5] vfio-ccw: concurrent I/O handling, Eric Farman, 2019/01/25
- Re: [qemu-s390x] [PATCH v2 2/5] vfio-ccw: concurrent I/O handling, Cornelia Huck, 2019/01/28
- Re: [qemu-s390x] [PATCH v2 2/5] vfio-ccw: concurrent I/O handling, Eric Farman, 2019/01/28
- Re: [qemu-s390x] [PATCH v2 2/5] vfio-ccw: concurrent I/O handling, Eric Farman, 2019/01/25
- Re: [qemu-s390x] [PATCH v2 2/5] vfio-ccw: concurrent I/O handling, Cornelia Huck, 2019/01/28
- Re: [qemu-s390x] [PATCH v2 2/5] vfio-ccw: concurrent I/O handling, Halil Pasic, 2019/01/25
- Re: [qemu-s390x] [PATCH v2 2/5] vfio-ccw: concurrent I/O handling, Halil Pasic, 2019/01/25
- Re: [qemu-s390x] [PATCH v2 2/5] vfio-ccw: concurrent I/O handling, Eric Farman, 2019/01/25
[qemu-s390x] [PATCH v2 4/5] s390/cio: export hsch to modules,
Cornelia Huck <=
[qemu-s390x] [PATCH v2 1/5] vfio-ccw: make it safe to access channel programs, Cornelia Huck, 2019/01/21
[qemu-s390x] [PATCH v2 3/5] vfio-ccw: add capabilities chain, Cornelia Huck, 2019/01/21
[qemu-s390x] [PATCH v2 5/5] vfio-ccw: add handling for async channel instructions, Cornelia Huck, 2019/01/21