[SCSI] bsg: fix unused variable warnings for BLK_DEV_BSG=n
authorJames Bottomley <James.Bottomley@steeleye.com>
Mon, 23 Jul 2007 14:53:51 +0000 (09:53 -0500)
committerJames Bottomley <jejb@mulgrave.localdomain>
Tue, 24 Jul 2007 18:24:05 +0000 (14:24 -0400)
Just using #defines for the
bsg_register_queue()/bsg_unregister_queue() can cause undefined
variables when they're defined to nothing.  Use dummy inline functions
instead.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found