isci: cleanup remote device construction and comments
authorDan Williams <dan.j.williams@intel.com>
Mon, 25 Apr 2011 18:48:29 +0000 (11:48 -0700)
committerDan Williams <dan.j.williams@intel.com>
Sun, 3 Jul 2011 11:00:38 +0000 (04:00 -0700)
commitb87ee3075b090e1dd0bdf40b295142b606d55e64
tree3c1318c4793a43ac7dd9b08522a1ab102b281dcf
parent88f3b62ac131e2549b6c262cacbd47e8cca42d6e
isci: cleanup remote device construction and comments

The construction routines scic_remote_device_[de]a_construct both reference
the need to call scic_remote_device_construct first.  Delete that comment and
just have them call it explicitly, also:
* move the comments from header to source
* delete dead references to scic_[de]a_remote_device_add_phy

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