diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2013-01-30 03:49:40 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-02-14 09:55:10 -0500 |
commit | 1aae0560d160ee6ebef927a35e4f405306a079df (patch) | |
tree | 70809629dccba1bf31e067dfcd3a20fe58b6d24e /drivers/s390/scsi/zfcp_fsf.c | |
parent | 58fece7827a7cc40e02bc68a7db8229166984893 (diff) |
s390/time: rename tod clock access functions
Fix name clash with some common code device drivers and add "tod"
to all tod clock access function names.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/scsi/zfcp_fsf.c')
-rw-r--r-- | drivers/s390/scsi/zfcp_fsf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_fsf.c b/drivers/s390/scsi/zfcp_fsf.c index c96320d79fbc..c7e148f33b2a 100644 --- a/drivers/s390/scsi/zfcp_fsf.c +++ b/drivers/s390/scsi/zfcp_fsf.c | |||
@@ -727,7 +727,7 @@ static int zfcp_fsf_req_send(struct zfcp_fsf_req *req) | |||
727 | zfcp_reqlist_add(adapter->req_list, req); | 727 | zfcp_reqlist_add(adapter->req_list, req); |
728 | 728 | ||
729 | req->qdio_req.qdio_outb_usage = atomic_read(&qdio->req_q_free); | 729 | req->qdio_req.qdio_outb_usage = atomic_read(&qdio->req_q_free); |
730 | req->issued = get_clock(); | 730 | req->issued = get_tod_clock(); |
731 | if (zfcp_qdio_send(qdio, &req->qdio_req)) { | 731 | if (zfcp_qdio_send(qdio, &req->qdio_req)) { |
732 | del_timer(&req->timer); | 732 | del_timer(&req->timer); |
733 | /* lookup request again, list might have changed */ | 733 | /* lookup request again, list might have changed */ |