linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] isdn: mISDN HFC PCI support depends on virt_to_bus()
@ 2008-07-27 16:37 Stephen Rothwell
  2008-07-27 17:27 ` Alan Cox
  2008-07-27 17:39 ` Sean MacLennan
  0 siblings, 2 replies; 13+ messages in thread
From: Stephen Rothwell @ 2008-07-27 16:37 UTC (permalink / raw)
  To: Karsten Keil; +Cc: ppc-dev, Andrew Morton, Linus, LKML

On powerpc (allyesconfig build) we get this error:

drivers/isdn/hardware/mISDN/hfcpci.c:1991: error: implicit declaration of function 'virt_to_bus'

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 drivers/isdn/hardware/mISDN/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/isdn/hardware/mISDN/Kconfig b/drivers/isdn/hardware/mISDN/Kconfig
index 1479348..9cd5f5f 100644
--- a/drivers/isdn/hardware/mISDN/Kconfig
+++ b/drivers/isdn/hardware/mISDN/Kconfig
@@ -7,6 +7,7 @@ config MISDN_HFCPCI
 	tristate "Support for HFC PCI cards"
 	depends on MISDN
 	depends on PCI
+	depends on VIRT_TO_BUS
 	help
 	  Enable support for cards with Cologne Chip AG's
           HFC PCI chip.
-- 
1.5.6.3

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

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

end of thread, other threads:[~2008-07-28 12:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-27 16:37 [PATCH] isdn: mISDN HFC PCI support depends on virt_to_bus() Stephen Rothwell
2008-07-27 17:27 ` Alan Cox
2008-07-27 19:56   ` David Miller
2008-07-27 20:33     ` Roland Dreier
2008-07-27 20:43       ` Sam Ravnborg
2008-07-28  0:17         ` Stephen Rothwell
2008-07-27 23:14       ` David Miller
2008-07-28  0:20         ` Stephen Rothwell
2008-07-28  0:16       ` Stephen Rothwell
2008-07-28 12:33     ` Christoph Hellwig
2008-07-28  0:15   ` Stephen Rothwell
2008-07-27 17:39 ` Sean MacLennan
2008-07-28  0:23   ` Stephen Rothwell

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).