diff options
author | Christoph Hellwig <hch@lst.de> | 2015-05-01 12:46:15 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-05-05 13:35:39 -0600 |
commit | 84be456f883c4685680fba8e5154b5f72e92957e (patch) | |
tree | 1b83cb63af91f9e0ab42739cff9819591e089eac /arch/sparc/kernel | |
parent | d9cee5d4f66ef36f69b0108dedbad7f7009bb6a8 (diff) | |
download | talos-op-linux-84be456f883c4685680fba8e5154b5f72e92957e.tar.gz talos-op-linux-84be456f883c4685680fba8e5154b5f72e92957e.zip |
remove <asm/scatterlist.h>
We don't have any arch specific scatterlist now that parisc switched over
to the generic one.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'arch/sparc/kernel')
-rw-r--r-- | arch/sparc/kernel/iommu_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/iommu_common.h b/arch/sparc/kernel/iommu_common.h index f4be0d724fc6..b40cec252905 100644 --- a/arch/sparc/kernel/iommu_common.h +++ b/arch/sparc/kernel/iommu_common.h @@ -13,9 +13,9 @@ #include <linux/scatterlist.h> #include <linux/device.h> #include <linux/iommu-helper.h> +#include <linux/scatterlist.h> #include <asm/iommu.h> -#include <asm/scatterlist.h> /* * These give mapping size of each iommu pte/tlb. |