]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
s390/cio: export hsch to modules
authorCornelia Huck <cohuck@redhat.com>
Wed, 4 Apr 2018 11:03:38 +0000 (13:03 +0200)
committerCornelia Huck <cohuck@redhat.com>
Wed, 24 Apr 2019 12:18:51 +0000 (14:18 +0200)
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>
drivers/s390/cio/ioasm.c

index 14d328338ce2886b26214d93604ed7c066fe3be0..08eb10283b180e8ad7e011310ba67c87cb5af995 100644 (file)
@@ -233,6 +233,7 @@ int hsch(struct subchannel_id schid)
 
        return ccode;
 }
+EXPORT_SYMBOL(hsch);
 
 static inline int __xsch(struct subchannel_id schid)
 {