diff options
author | Christof Schmitt <christof.schmitt@de.ibm.com> | 2008-12-19 10:57:00 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-12-29 12:38:28 -0500 |
commit | b225cf9b8040849e16add4da8e84a72a3548ada8 (patch) | |
tree | 3c8228ce090cf6e28610c5841a92213e757fce9c /drivers/s390/scsi/zfcp_def.h | |
parent | b98478d71b0fea6d35f96069612d92b76013589f (diff) |
[SCSI] zfcp: Remove busid macro
With the change to the dev_ message macros, the macro to get the busid
is only used in a few places. Remove it and directly get the dev_name
from the device.
Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/s390/scsi/zfcp_def.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_def.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h index abc44086d470..ce4094966236 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h | |||
@@ -602,8 +602,6 @@ struct zfcp_fsf_req_qtcb { | |||
602 | #define ZFCP_SET 0x00000100 | 602 | #define ZFCP_SET 0x00000100 |
603 | #define ZFCP_CLEAR 0x00000200 | 603 | #define ZFCP_CLEAR 0x00000200 |
604 | 604 | ||
605 | #define zfcp_get_busid_by_adapter(adapter) (dev_name(&adapter->ccw_device->dev)) | ||
606 | |||
607 | /* | 605 | /* |
608 | * Helper functions for request ID management. | 606 | * Helper functions for request ID management. |
609 | */ | 607 | */ |