mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-20 07:34:42 +00:00
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>