summaryrefslogtreecommitdiff
path: root/arch/ia64/include/asm/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/include/asm/dma.h')
-rw-r--r--arch/ia64/include/asm/dma.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/ia64/include/asm/dma.h b/arch/ia64/include/asm/dma.h
deleted file mode 100644
index 59625e9c1f9c..000000000000
--- a/arch/ia64/include/asm/dma.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _ASM_IA64_DMA_H
-#define _ASM_IA64_DMA_H
-
-/*
- * Copyright (C) 1998-2002 Hewlett-Packard Co
- * David Mosberger-Tang <davidm@hpl.hp.com>
- */
-
-
-#include <asm/io.h> /* need byte IO */
-
-extern unsigned long MAX_DMA_ADDRESS;
-
-extern int isa_dma_bridge_buggy;
-
-#define free_dma(x)
-
-#endif /* _ASM_IA64_DMA_H */