Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=75d35c93cf8b938f28f06ceb8ffa2606d6e57d3b
Commit:     75d35c93cf8b938f28f06ceb8ffa2606d6e57d3b
Parent:     d09d276ebf62afdaed5f7bab6e7e340ffbde4dd1
Author:     Jens Axboe <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 23 12:41:57 2007 +0200
Committer:  Jens Axboe <[EMAIL PROTECTED]>
CommitDate: Tue Oct 23 12:42:47 2007 +0200

    m68knommu: remove sg_address()
    
    I would have replaced it with sg_virt(), but it doesn't appear to be
    used at all.
    
    Signed-off-by: Jens Axboe <[EMAIL PROTECTED]>
---
 include/asm-m68knommu/scatterlist.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/asm-m68knommu/scatterlist.h 
b/include/asm-m68knommu/scatterlist.h
index 1094284..afc4788 100644
--- a/include/asm-m68knommu/scatterlist.h
+++ b/include/asm-m68knommu/scatterlist.h
@@ -14,7 +14,6 @@ struct scatterlist {
        unsigned int    length;
 };
 
-#define sg_address(sg)         (page_address((sg)->page) + (sg)->offset)
 #define sg_dma_address(sg)      ((sg)->dma_address)
 #define sg_dma_len(sg)          ((sg)->length)
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to