aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-shark/dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shark/dma.c')
-rw-r--r--arch/arm/mach-shark/dma.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/arm/mach-shark/dma.c b/arch/arm/mach-shark/dma.c
deleted file mode 100644
index 6774b8d5d13..00000000000
--- a/arch/arm/mach-shark/dma.c
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * linux/arch/arm/mach-shark/dma.c
- *
- * by Alexander Schulz
- *
- * derived from:
- * arch/arm/kernel/dma-ebsa285.c
- * Copyright (C) 1998 Phil Blundell
- */
-
-#include <linux/init.h>
-
-#include <asm/dma.h>
-#include <asm/mach/dma.h>
-
-void __init arch_dma_init(dma_t *dma)
-{
-#ifdef CONFIG_ISA_DMA
- isa_init_dma(dma);
-#endif
-}