]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
cciss: error: implicit declaration of function 'sg_init_table'
authorMike Pagano <mpagano@gentoo.org>
Fri, 11 Apr 2008 04:29:26 +0000 (21:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 Apr 2008 15:06:44 +0000 (08:06 -0700)
commit231bc2a222411f43bfb0fbb6d64c0f34c7b1039f
tree558f346571bc7ac50cf5f3a0228d01475c7c5f42
parentad28a07bcadc5945f7a90d9de3a196825e69d9d3
cciss: error: implicit declaration of function 'sg_init_table'

This patch adds the missing include directive <linux/scatterlist.h> 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 <mpagano@gentoo.org>
Cc: Jens Axboe <jens.axboe@oracle.com>
Cc: <mike.miller@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/block/cciss.c