summaryrefslogtreecommitdiff
path: root/arch/alpha/include/asm/dma-mapping.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2023-12-13 17:46:35 +0300
committerArnd Bergmann <arnd@arndb.de>2024-05-03 23:09:50 +0300
commitf81f335a56a8e90d5cac38b79661e6fbf35249f1 (patch)
treee4a0d710ce70489259cb59c1539823c88644c8f1 /arch/alpha/include/asm/dma-mapping.h
parent82c525bfafb48bc637100348274d824fda494c70 (diff)
downloadlinux-f81f335a56a8e90d5cac38b79661e6fbf35249f1.tar.xz
alpha: remove DECpc AXP150 (Jensen) support
This is one of the hackiest Alpha machines, and the only one without PCI support. Removing this allows cleaning up code in eise and tty drivers in addition to the architecture code. Acked-by: Paul E. McKenney <paulmck@kernel.org> Acked-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/alpha/include/asm/dma-mapping.h')
-rw-r--r--arch/alpha/include/asm/dma-mapping.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/alpha/include/asm/dma-mapping.h b/arch/alpha/include/asm/dma-mapping.h
index 6ce7e2041685..ad5a59b035cb 100644
--- a/arch/alpha/include/asm/dma-mapping.h
+++ b/arch/alpha/include/asm/dma-mapping.h
@@ -6,11 +6,7 @@ extern const struct dma_map_ops alpha_pci_ops;
static inline const struct dma_map_ops *get_arch_dma_ops(void)
{
-#ifdef CONFIG_ALPHA_JENSEN
- return NULL;
-#else
return &alpha_pci_ops;
-#endif
}
#endif /* _ALPHA_DMA_MAPPING_H */