isci: unify isci_port and scic_sds_port
[pandora-kernel.git] / drivers / scsi / isci / remote_device.h
index 6ac5dfb..578d75b 100644 (file)
@@ -100,7 +100,7 @@ struct scic_sds_remote_device {
         * This filed contains a pointer back to the port to which this device
         * is assigned.
         */
-       struct scic_sds_port *owning_port;
+       struct isci_port *owning_port;
 
        /**
         * This field contains the SCU silicon remote node context specific
@@ -387,14 +387,6 @@ static inline bool dev_is_expander(struct domain_device *dev)
 #define scic_sds_remote_device_get_request_count(sci_dev) \
        ((sci_dev)->started_request_count)
 
-/**
- * scic_sds_remote_device_get_port() -
- *
- * This macro returns the owning port of this remote device obejct.
- */
-#define scic_sds_remote_device_get_port(sci_dev) \
-       ((sci_dev)->owning_port)
-
 /**
  * scic_sds_remote_device_get_controller() -
  *