projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07c6a33
)
[S390] cio: Remove remains of _ccw_device_get_device_number().
author
Cornelia Huck
<
[email protected]
>
Fri, 27 Jul 2007 10:29:11 +0000
(12:29 +0200)
committer
Martin Schwidefsky
<
[email protected]
>
Fri, 27 Jul 2007 10:29:17 +0000
(12:29 +0200)
Signed-off-by: Cornelia Huck <
[email protected]
>
Signed-off-by: Martin Schwidefsky <
[email protected]
>
drivers/s390/cio/device_ops.c
patch
|
blob
|
history
diff --git
a/drivers/s390/cio/device_ops.c
b/drivers/s390/cio/device_ops.c
index a5d263fb55ae1722ff0aced679d55df0978e7546..c8cfbf161d4499657adb15e7852626086550b5c9 100644
(file)
--- a/
drivers/s390/cio/device_ops.c
+++ b/
drivers/s390/cio/device_ops.c
@@
-635,12
+635,6
@@
_ccw_device_get_subchannel_number(struct ccw_device *cdev)
return cdev->private->schid.sch_no;
}
-int
-_ccw_device_get_device_number(struct ccw_device *cdev)
-{
- return cdev->private->dev_id.devno;
-}
-
MODULE_LICENSE("GPL");
EXPORT_SYMBOL(ccw_device_set_options_mask);
@@
-658,6
+652,5
@@
EXPORT_SYMBOL(ccw_device_get_path_mask);
EXPORT_SYMBOL(read_conf_data);
EXPORT_SYMBOL(read_dev_chars);
EXPORT_SYMBOL(_ccw_device_get_subchannel_number);
-EXPORT_SYMBOL(_ccw_device_get_device_number);
EXPORT_SYMBOL_GPL(ccw_device_get_chp_desc);
EXPORT_SYMBOL_GPL(read_conf_data_lpm);