]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: Eliminate sg_virt_addr() and private scatterlist.h
authorMatthew Wilcox <willy@linux.intel.com>
Fri, 20 Mar 2015 17:37:59 +0000 (13:37 -0400)
committerHelge Deller <deller@gmx.de>
Tue, 21 Apr 2015 20:02:43 +0000 (22:02 +0200)
commit1ed034f97588f70a7cedc309df8b0a51255014d2
treeb3272a7adfe5dacf3180678a50dc3cba88932065
parent043c5c4035df4ad389fb94d55f967e26f1d2b2a9
parisc: Eliminate sg_virt_addr() and private scatterlist.h

The only reason to keep parisc's private asm/scatterlist.h was that it
had the macro sg_virt_addr().  Convert all callers to use something else
(sometimes just sg->offset was enough, others should use sg_virt()), and
we can just use the asm-generic scatterlist.h instead.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Dave Anglin <dave.anglin@bell.net>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/Kbuild
arch/parisc/include/asm/scatterlist.h [deleted file]
arch/parisc/kernel/pci-dma.c
drivers/parisc/ccio-dma.c
drivers/parisc/iommu-helpers.h
drivers/parisc/sba_iommu.c