linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: brian@walsh.ws (Brian Walsh)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm: ixp4xx export symbol dma_set_coherent_mask
Date: Wed, 17 Nov 2010 23:25:10 -0500	[thread overview]
Message-ID: <201011172325.10894.brian@walsh.ws> (raw)

ARM ixp4xx module building has been broken since commit 710224fa2750.
arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"

Signed-off-by: Brian Walsh <brian@walsh.ws>

diff --git a/arch/arm/mach-ixp4xx/common-pci.c b/arch/arm/mach-ixp4xx/common-pci.c
index 24498a9..d54b219 100644
--- a/arch/arm/mach-ixp4xx/common-pci.c
+++ b/arch/arm/mach-ixp4xx/common-pci.c
@@ -513,4 +513,5 @@ int dma_set_coherent_mask(struct device *dev, u64 mask)
 
 EXPORT_SYMBOL(ixp4xx_pci_read);
 EXPORT_SYMBOL(ixp4xx_pci_write);
+EXPORT_SYMBOL(dma_set_coherent_mask);

             reply	other threads:[~2010-11-18  4:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-18  4:25 Brian Walsh [this message]
2010-11-18  7:51 ` [PATCH] arm: ixp4xx export symbol dma_set_coherent_mask Imre Kaloz

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=201011172325.10894.brian@walsh.ws \
    --to=brian@walsh.ws \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).