[SCSI] bsg: remove minor in struct bsg_device
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Mon, 31 Mar 2008 01:03:41 +0000 (10:03 +0900)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 18 Apr 2008 16:48:26 +0000 (11:48 -0500)
commit842ea771c38a3f0f78bdb1b4d47881e6a210fc15
tree9cf19d7f833922ddada7cf3ccbeec617ac77eda1
parent43ac9e62c4a0a47fe3de1f1eb9ca7b8c91dce234
[SCSI] bsg: remove minor in struct bsg_device

minor in struct bsg_device is used as identifier to find the
corresponding struct bsg_device_class. However, request_queuse can be
used as identifier for that and the minor in struct bsg_device is
unnecessary.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
block/bsg.c