]> www.infradead.org Git - users/jedix/linux-maple.git/commit
LoongArch: Remove the unused dma-direct.h
authorMiao Wang <shankerwangmiao@gmail.com>
Sun, 25 Aug 2024 14:17:39 +0000 (22:17 +0800)
committerHuacai Chen <chenhuacai@loongson.cn>
Sun, 25 Aug 2024 14:17:39 +0000 (22:17 +0800)
commit58aec91efb93338d1cc7acc0a93242613a2a4e5f
tree4177a9570dd76ce65c85b3e78f9eb3b8982aa393
parent5be63fc19fcaa4c236b307420483578a56986a37
LoongArch: Remove the unused dma-direct.h

dma-direct.h is introduced in commit d4b6f1562a3c3284 ("LoongArch: Add
Non-Uniform Memory Access (NUMA) support"). In commit c78c43fe7d42524c
("LoongArch: Use acpi_arch_dma_setup() and remove ARCH_HAS_PHYS_TO_DMA"),
ARCH_HAS_PHYS_TO_DMA was deselected and the coresponding phys_to_dma()/
dma_to_phys() functions were removed. However, the unused dma-direct.h
was left behind, which is removed by this patch.

Cc: <stable@vger.kernel.org>
Fixes: c78c43fe7d42 ("LoongArch: Use acpi_arch_dma_setup() and remove ARCH_HAS_PHYS_TO_DMA")
Signed-off-by: Miao Wang <shankerwangmiao@gmail.com>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
arch/loongarch/include/asm/dma-direct.h [deleted file]