git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cd614c
)
[SCSI] bsg: fix unused variable warnings for BLK_DEV_BSG=n
author
James Bottomley
<James.Bottomley@steeleye.com>
Mon, 23 Jul 2007 14:53:51 +0000
(09:53 -0500)
committer
James 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