From: Geert Uytterhoeven Date: Tue, 17 Jul 2007 12:18:47 +0000 (+0200) Subject: Don't define empty struct bsg_class_device if !CONFIG_BLK_DEV_BSG X-Git-Tag: v2.6.23-rc1~510^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13bd59a111760bb7cba8dcf17b6b55a0d99d3592;p=pandora-kernel.git Don't define empty struct bsg_class_device if !CONFIG_BLK_DEV_BSG 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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed