From: Jens Axboe Date: Wed, 17 Nov 2010 10:56:13 +0000 (+0100) Subject: cciss: fix build for PROC_FS disabled X-Git-Tag: v2.6.37-rc4~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbe425cd9ae83eacd0c9f09df2bf56dc911a54cd;p=pandora-kernel.git cciss: fix build for PROC_FS disabled The recent patch to fix the removal of a non-existing proc directory introduced this build problem for !CONFIG_PROC_FS: drivers/block/cciss.c:4929: error: 'proc_cciss' undeclared (first use in this function) Fix it by moving proc_cciss outside of the CONFIG_PROC_FS scope. Reported-by: Randy Dunlap Signed-off-by: Jens Axboe --- Reading git-diff-tree failed