aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/device_ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/cio/device_ops.c')
-rw-r--r--drivers/s390/cio/device_ops.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/s390/cio/device_ops.c b/drivers/s390/cio/device_ops.c
index 2ad832f8e340..c77b6e06bf64 100644
--- a/drivers/s390/cio/device_ops.c
+++ b/drivers/s390/cio/device_ops.c
@@ -755,14 +755,6 @@ int ccw_device_tm_intrg(struct ccw_device *cdev)
755} 755}
756EXPORT_SYMBOL(ccw_device_tm_intrg); 756EXPORT_SYMBOL(ccw_device_tm_intrg);
757 757
758// FIXME: these have to go:
759
760int
761_ccw_device_get_subchannel_number(struct ccw_device *cdev)
762{
763 return cdev->private->schid.sch_no;
764}
765
766/** 758/**
767 * ccw_device_get_schid - obtain a subchannel id 759 * ccw_device_get_schid - obtain a subchannel id
768 * @cdev: device to obtain the id for 760 * @cdev: device to obtain the id for
@@ -789,5 +781,4 @@ EXPORT_SYMBOL(ccw_device_start_timeout_key);
789EXPORT_SYMBOL(ccw_device_start_key); 781EXPORT_SYMBOL(ccw_device_start_key);
790EXPORT_SYMBOL(ccw_device_get_ciw); 782EXPORT_SYMBOL(ccw_device_get_ciw);
791EXPORT_SYMBOL(ccw_device_get_path_mask); 783EXPORT_SYMBOL(ccw_device_get_path_mask);
792EXPORT_SYMBOL(_ccw_device_get_subchannel_number);
793EXPORT_SYMBOL_GPL(ccw_device_get_chp_desc); 784EXPORT_SYMBOL_GPL(ccw_device_get_chp_desc);