Commit b0940857 authored by Cornelia Huck's avatar Cornelia Huck
Browse files

s390/cio: export hsch to modules



The vfio-ccw code will need this, and it matches treatment of ssch
and csch.

Reviewed-by: default avatarPierre Morel <pmorel@linux.ibm.com>
Reviewed-by: default avatarHalil Pasic <pasic@linux.ibm.com>
Signed-off-by: default avatarCornelia Huck <cohuck@redhat.com>
parent db8e5d17
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -233,6 +233,7 @@ int hsch(struct subchannel_id schid)

	return ccode;
}
EXPORT_SYMBOL(hsch);

static inline int __xsch(struct subchannel_id schid)
{