Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1
+1
drivers/s390/cio/ioasm.c
··· 233 233 234 234 return ccode; 235 235 } 236 + EXPORT_SYMBOL(hsch); 236 237 237 238 static inline int __xsch(struct subchannel_id schid) 238 239 {