1
0
Fork 0

s390/cio: export hsch to modules

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

Reviewed-by: Pierre Morel <pmorel@linux.ibm.com>
Reviewed-by: Halil Pasic <pasic@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
hifive-unleashed-5.2
Cornelia Huck 2018-04-04 13:03:38 +02:00
parent db8e5d17ac
commit b094085737
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ int hsch(struct subchannel_id schid)
return ccode;
}
EXPORT_SYMBOL(hsch);
static inline int __xsch(struct subchannel_id schid)
{