linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next:  ide/sparc build failure
@ 2008-07-08 12:48 Stephen Rothwell
  2008-07-08 17:48 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2008-07-08 12:48 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: linux-next, David Miller

Hi Bart,

Today's linux-next build (sparc allmodconfig) failed like this:

drivers/ide/setup-pci.c:203: error: `DMA_32BIT_MASK' undeclared (first use in this function)
drivers/ide/setup-pci.c:203: error: (Each undeclared identifier is reported only once
drivers/ide/setup-pci.c:203: error: for each function it appears in.)

Caused by commit 711304186fe494bee4b9c94b3c195b167b2d4b87 ("ide: remove
needless includes from setup-pci.c").  Seems like it was overdone.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>

diff --git a/drivers/ide/setup-pci.c b/drivers/ide/setup-pci.c
index ec5cbbe..b15cad5 100644
--- a/drivers/ide/setup-pci.c
+++ b/drivers/ide/setup-pci.c
@@ -12,6 +12,7 @@
 #include <linux/init.h>
 #include <linux/interrupt.h>
 #include <linux/ide.h>
+#include <linux/dma-mapping.h>
 
 #include <asm/io.h>
 

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

P.S. untested, but pretty obvious.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-08 18:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08 12:48 linux-next: ide/sparc build failure Stephen Rothwell
2008-07-08 17:48 ` Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).