Skip to content

Commit

Permalink
m68knommu: remove sg_address()
Browse files Browse the repository at this point in the history
I would have replaced it with sg_virt(), but it doesn't appear to be
used at all.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
  • Loading branch information
Jens Axboe committed Oct 23, 2007
1 parent d09d276 commit 75d35c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/asm-m68knommu/scatterlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 75d35c9

Please sign in to comment.