From: James Bottomley Date: Thu, 19 Jul 2007 15:15:10 +0000 (-0500) Subject: [SCSI] bsg: separate bsg and SCSI (so SCSI can be modular) X-Git-Tag: v2.6.23-rc1~7^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80ed71ce1a3369521c693ebf30abb9cfe1dc7e66;p=pandora-kernel.git [SCSI] bsg: separate bsg and SCSI (so SCSI can be modular) This patch moves the bsg registration into SCSI so that bsg no longer has a dependency on the scsi_interface_register API. This can be viewed as a temporary expedient until we can get universal bsg binding sorted out properly. Also use the sdev bus_id as the generic bsg name (to avoid clashes with the queue name). Acked-by: FUJITA Tomonori Acked-by: Jens Axboe Signed-off-by: James Bottomley --- Reading git-diff-tree failed