aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Ott <sebott@linux.ibm.com>2018-06-05 07:34:42 -0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2018-06-12 09:14:22 -0400
commitd8a72d414baf217a2eea9c73f3aac11052161015 (patch)
tree1a768e32d903708475d1517a2ad915ef055b744a
parentc5205f2ff2bec6acf398211aed66b3e6ac44eee6 (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.h6
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 *);
722void dasd_sfree_request(struct dasd_ccw_req *, struct dasd_device *); 722void dasd_sfree_request(struct dasd_ccw_req *, struct dasd_device *);
723void dasd_wakeup_cb(struct dasd_ccw_req *, void *); 723void dasd_wakeup_cb(struct dasd_ccw_req *, void *);
724 724
725static inline int
726dasd_kmalloc_set_cda(struct ccw1 *ccw, void *cda, struct dasd_device *device)
727{
728 return set_normalized_cda(ccw, cda);
729}
730
731struct dasd_device *dasd_alloc_device(void); 725struct dasd_device *dasd_alloc_device(void);
732void dasd_free_device(struct dasd_device *); 726void dasd_free_device(struct dasd_device *);
733 727