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:
319a7b7
)
Don't define empty struct bsg_class_device if !CONFIG_BLK_DEV_BSG
author
Geert Uytterhoeven
<Geert.Uytterhoeven@sonycom.com>
Tue, 17 Jul 2007 12:18:47 +0000
(14:18 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Tue, 17 Jul 2007 12:18:47 +0000
(14:18 +0200)
Don't define an empty struct bsg_class_device if !CONFIG_BLK_DEV_BSG.
It's embedded in struct request_queue, but there we have
#if defined(CONFIG_BLK_DEV_BSG)
struct bsg_class_device bsg_dev;
#endif
anyway.
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found