linux-next: scsi build breakage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I need the following patch to make various powerpc configs build.
sg_copy_buffer is introduced by commit
d9c3ddd20a2a1fca9655937d4fc636fcb8e9f59e ("[SCSI] block: add sg buffer
copy helper functions") in the scsi/master branch included into
yesterday's (and today's) linux-next tree.

I have applied this patch to today's linux-next tree.
-- 
Cheers,
Stephen Rothwell                    sfr@xxxxxxxxxxxxxxxx
http://www.canb.auug.org.au/~sfr/

From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
Date: Wed, 19 Mar 2008 17:26:13 +1100
Subject: [PATCH] [SCSI] don't export static functions

They cause powerpc builds to fail.

Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
---
 lib/scatterlist.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/lib/scatterlist.c b/lib/scatterlist.c
index 475fe9d..b80c211 100644
--- a/lib/scatterlist.c
+++ b/lib/scatterlist.c
@@ -360,7 +360,6 @@ static size_t sg_copy_buffer(struct scatterlist *sgl, unsigned int nents,
 
 	return buf_off;
 }
-EXPORT_SYMBOL(sg_copy_buffer);
 
 /**
  * sg_copy_from_buffer - Copy from a linear buffer to an SG list
-- 
1.5.4.4
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux