Remove deprecated virt_to_bus()

Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6.git master

This was a forgotten item in a printk from the old driver,
the DMA allocation use already the new interface.

Signed-off-by: Karsten Keil <kkeil@suse.de>
This commit is contained in:
Karsten Keil 2008-07-28 12:21:25 +02:00
parent c9272c4f9f
commit 7878ac81e6
2 changed files with 1 additions and 3 deletions

View file

@ -7,7 +7,6 @@ config MISDN_HFCPCI
tristate "Support for HFC PCI cards" tristate "Support for HFC PCI cards"
depends on MISDN depends on MISDN
depends on PCI depends on PCI
depends on VIRT_TO_BUS
help help
Enable support for cards with Cologne Chip AG's Enable support for cards with Cologne Chip AG's
HFC PCI chip. HFC PCI chip.

View file

@ -1988,8 +1988,7 @@ setup_hw(struct hfc_pci *hc)
printk(KERN_INFO printk(KERN_INFO
"HFC-PCI: defined at mem %#lx fifo %#lx(%#lx) IRQ %d HZ %d\n", "HFC-PCI: defined at mem %#lx fifo %#lx(%#lx) IRQ %d HZ %d\n",
(u_long) hc->hw.pci_io, (u_long) hc->hw.fifos, (u_long) hc->hw.pci_io, (u_long) hc->hw.fifos,
(u_long) virt_to_bus(hc->hw.fifos), (u_long) hc->hw.dmahandle, hc->irq, HZ);
hc->irq, HZ);
/* enable memory mapped ports, disable busmaster */ /* enable memory mapped ports, disable busmaster */
pci_write_config_word(hc->pdev, PCI_COMMAND, PCI_ENA_MEMIO); pci_write_config_word(hc->pdev, PCI_COMMAND, PCI_ENA_MEMIO);
hc->hw.int_m2 = 0; hc->hw.int_m2 = 0;