summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/dma.h')
-rw-r--r--include/asm-i386/dma.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-i386/dma.h b/include/asm-i386/dma.h
index 12e02b1d0..1bc9899b2 100644
--- a/include/asm-i386/dma.h
+++ b/include/asm-i386/dma.h
@@ -9,8 +9,8 @@
#define _ASM_DMA_H
#include <linux/config.h>
+#include <linux/spinlock.h> /* And spinlocks */
#include <asm/io.h> /* need byte IO */
-#include <asm/spinlock.h> /* And spinlocks */
#include <linux/delay.h>
@@ -289,9 +289,10 @@ extern void free_dma(unsigned int dmanr); /* release it again */
/* From PCI */
-#ifdef CONFIG_PCI_QUIRKS
+#ifdef CONFIG_PCI
extern int isa_dma_bridge_buggy;
#else
#define isa_dma_bridge_buggy (0)
#endif
+
#endif /* _ASM_DMA_H */