Commit 5f88bea1 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] setup_pci.c build fix

On sparc64:

drivers/ide/setup-pci.c:310: error: `DMA_32BIT_MASK' undeclared (first use in this function)
drivers/ide/setup-pci.c:310: error: (Each undeclared identifier is reported only once
drivers/ide/setup-pci.c:310: error: for each function it appears in.)
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a89d6351
......@@ -28,6 +28,7 @@
#include <linux/mm.h>
#include <linux/interrupt.h>
#include <linux/ide.h>
#include <linux/dma-mapping.h>
#include <asm/io.h>
#include <asm/irq.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment