From: FUJITA Tomonori Date: Mon, 31 Mar 2008 01:03:41 +0000 (+0900) Subject: [SCSI] bsg: remove minor in struct bsg_device X-Git-Tag: v2.6.26-rc1~1140^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=842ea771c38a3f0f78bdb1b4d47881e6a210fc15;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed