diff options
Diffstat (limited to 'include/asm-alpha/dma.h')
-rw-r--r-- | include/asm-alpha/dma.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-alpha/dma.h b/include/asm-alpha/dma.h index d415b2a7e..28762e674 100644 --- a/include/asm-alpha/dma.h +++ b/include/asm-alpha/dma.h @@ -19,8 +19,8 @@ #define _ASM_DMA_H #include <linux/config.h> +#include <linux/spinlock.h> #include <asm/io.h> -#include <asm/spinlock.h> #define dma_outb outb #define dma_inb inb @@ -346,10 +346,11 @@ extern int check_dma(unsigned int dmanr); /* 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 */ |