From: Alexander Beregalov Date: Thu, 24 Sep 2009 14:15:38 +0000 (+0200) Subject: cciss: fix build when !PROC_FS X-Git-Tag: v2.6.32-rc3~6^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e6f2dc11984b81c6438ff6cd45cdf15a02e3dfd;p=pandora-kernel.git cciss: fix build when !PROC_FS Fix these build errors when CONFIG_PROC_FS is not set: drivers/block/cciss.c: In function 'cciss_show_raid_level': drivers/block/cciss.c:623: error: 'RAID_UNKNOWN' undeclared (first use in this function) drivers/block/cciss.c:626: error: 'raid_label' undeclared (first use in this function) drivers/block/cciss.c: In function 'cciss_geometry_inquiry': drivers/block/cciss.c:2696: error: 'RAID_UNKNOWN' undeclared (first use in this function) Signed-off-by: Alexander Beregalov Signed-off-by: Jens Axboe --- Reading git-diff-tree failed