public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb•auug.org.au>
To: Bartlomiej Zolnierkiewicz <bzolnier@gmail•com>
Cc: linux-next@vger•kernel.org, David Miller <davem@davemloft•net>
Subject: linux-next:  ide/sparc build failure
Date: Tue, 8 Jul 2008 22:48:03 +1000	[thread overview]
Message-ID: <20080708224803.8ce5aa56.sfr@canb.auug.org.au> (raw)

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.

             reply	other threads:[~2008-07-08 12:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-08 12:48 Stephen Rothwell [this message]
2008-07-08 17:48 ` linux-next: ide/sparc build failure Bartlomiej Zolnierkiewicz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080708224803.8ce5aa56.sfr@canb.auug.org.au \
    --to=sfr@canb$(echo .)auug.org.au \
    --cc=bzolnier@gmail$(echo .)com \
    --cc=davem@davemloft$(echo .)net \
    --cc=linux-next@vger$(echo .)kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox