isci: kill smp_discover_response
authorDan Williams <dan.j.williams@intel.com>
Mon, 25 Apr 2011 21:29:29 +0000 (14:29 -0700)
committerDan Williams <dan.j.williams@intel.com>
Sun, 3 Jul 2011 11:00:38 +0000 (04:00 -0700)
commit00d680ef84570bc7aea023772d27e85b0052004c
tree9fe3aacd53e3e353e0fe7bfbebfdd458bc9025f5
parenta1a113b0a1ea437daf099b44f8a39e93a02a3f47
isci: kill smp_discover_response

An lldd need never look at the contents of an smp_discover_response frame.
Kill the remaining locations where isci is looking at it:

1/ covering for expanders that do not set the stp_attached bit (already
   handled by sas_ex_discover_end_dev)
2/ an overkill method to notifiy the rest of the driver about remote_device
   sas addresses

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/scsi/isci/core/intel_sas.h
drivers/scsi/isci/core/scic_sds_smp_request.c
drivers/scsi/isci/remote_device.c
drivers/scsi/isci/remote_node_context.c