aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/mach-s3c/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c/dma.h')
-rw-r--r--arch/arm/mach-s3c/dma.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-s3c/dma.h b/arch/arm/mach-s3c/dma.h
deleted file mode 100644
index 59a4578c5f00..000000000000
--- a/arch/arm/mach-s3c/dma.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-
-#ifdef CONFIG_ARCH_S3C24XX
-#include "dma-s3c24xx.h"
-#endif
-
-#ifdef CONFIG_ARCH_S3C64XX
-#include "dma-s3c64xx.h"
-#endif