[SCSI] bsg: separate bsg and SCSI (so SCSI can be modular)
authorJames Bottomley <James.Bottomley@steeleye.com>
Thu, 19 Jul 2007 15:15:10 +0000 (10:15 -0500)
committerJames Bottomley <jejb@mulgrave.localdomain>
Thu, 19 Jul 2007 17:37:34 +0000 (12:37 -0500)
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 <fujita.tomonori@lab.ntt.co.jp>
Acked-by: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found