summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/dma.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-07-12 00:17:03 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-07-12 00:17:03 +0000
commit93304d986765c3463971dbbca978e6c47a40ce56 (patch)
tree9054b50b9794825611a41ba7786f3e110bc029cb /include/asm-mips64/dma.h
parente6d79932179d9408ce6425e5e4a08c432fe82d4d (diff)
Include config.h.
Diffstat (limited to 'include/asm-mips64/dma.h')
-rw-r--r--include/asm-mips64/dma.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips64/dma.h b/include/asm-mips64/dma.h
index df2f47f6c..2a0753dd2 100644
--- a/include/asm-mips64/dma.h
+++ b/include/asm-mips64/dma.h
@@ -1,5 +1,4 @@
-/* $Id: dma.h,v 1.5 2000/03/07 15:45:42 ralf Exp $
- *
+/*
* linux/include/asm/dma.h: Defines for using and allocating dma channels.
* Written by Hennus Bergman, 1992.
* High DMA channel support & info by Hannu Savolainen
@@ -13,6 +12,7 @@
#ifndef _ASM_DMA_H
#define _ASM_DMA_H
+#include <linux/config.h>
#include <asm/io.h> /* need byte IO */
#include <linux/spinlock.h> /* And spinlocks */
#include <linux/delay.h>