From: Mike Pagano Date: Fri, 11 Apr 2008 04:29:26 +0000 (-0700) Subject: cciss: error: implicit declaration of function 'sg_init_table' X-Git-Tag: v2.6.25-rc9~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=231bc2a222411f43bfb0fbb6d64c0f34c7b1039f;p=pandora-kernel.git cciss: error: implicit declaration of function 'sg_init_table' This patch adds the missing include directive to the cciss.c source file.   This was discovered by our release team when building the kernel for the Alpha architecture. Errors were found as references to functions 'sg_init_table' and 'sg_page' do not exist without the include for Alpha. Signed-off-by: Mike Pagano Cc: Jens Axboe Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed