diff options
author | Sebastian Ott <sebott@linux.ibm.com> | 2018-06-05 07:34:42 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-06-12 09:14:22 -0400 |
commit | d8a72d414baf217a2eea9c73f3aac11052161015 (patch) | |
tree | 1a768e32d903708475d1517a2ad915ef055b744a | |
parent | c5205f2ff2bec6acf398211aed66b3e6ac44eee6 (diff) |
s390/dasd: remove dasd_kmalloc_set_cda
There is no user of this function. Just remove it.
Signed-off-by: Sebastian Ott <sebott@linux.ibm.com>
Reviewed-by: Stefan Haberland <sth@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
-rw-r--r-- | drivers/s390/block/dasd_int.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/s390/block/dasd_int.h b/drivers/s390/block/dasd_int.h index 0844e5e2f566..885e7416c368 100644 --- a/drivers/s390/block/dasd_int.h +++ b/drivers/s390/block/dasd_int.h | |||
@@ -722,12 +722,6 @@ void dasd_kfree_request(struct dasd_ccw_req *, struct dasd_device *); | |||
722 | void dasd_sfree_request(struct dasd_ccw_req *, struct dasd_device *); | 722 | void dasd_sfree_request(struct dasd_ccw_req *, struct dasd_device *); |
723 | void dasd_wakeup_cb(struct dasd_ccw_req *, void *); | 723 | void dasd_wakeup_cb(struct dasd_ccw_req *, void *); |
724 | 724 | ||
725 | static inline int | ||
726 | dasd_kmalloc_set_cda(struct ccw1 *ccw, void *cda, struct dasd_device *device) | ||
727 | { | ||
728 | return set_normalized_cda(ccw, cda); | ||
729 | } | ||
730 | |||
731 | struct dasd_device *dasd_alloc_device(void); | 725 | struct dasd_device *dasd_alloc_device(void); |
732 | void dasd_free_device(struct dasd_device *); | 726 | void dasd_free_device(struct dasd_device *); |
733 | 727 | ||