diff options
author | Mike Pagano <mpagano@gentoo.org> | 2008-04-11 04:29:26 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-11 15:06:44 (GMT) |
commit | 231bc2a222411f43bfb0fbb6d64c0f34c7b1039f (patch) | |
tree | 558f346571bc7ac50cf5f3a0228d01475c7c5f42 /README | |
parent | ad28a07bcadc5945f7a90d9de3a196825e69d9d3 (diff) | |
download | linux-231bc2a222411f43bfb0fbb6d64c0f34c7b1039f.tar.xz |
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>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions