kernel/drivers/scsi/isci/remote_device.h
.. .. @@ -295,11 +295,6 @@ 295 295 return idev; 296 296 } 297 297 298 -static inline bool dev_is_expander(struct domain_device *dev)299 -{300 - return dev->dev_type == SAS_EDGE_EXPANDER_DEVICE || dev->dev_type == SAS_FANOUT_EXPANDER_DEVICE;301 -}302 -303 298 static inline void sci_remote_device_decrement_request_count(struct isci_remote_device *idev) 304 299 { 305 300 /* XXX delete this voodoo when converting to the top-level device