]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/ia64/kernel/pci-dma.c
Merge branch 'linus' into core/iommu
[linux-2.6-omap-h63xx.git] / arch / ia64 / kernel / pci-dma.c
index b30209ec8c6e25a844fe933f13d254041217d7bd..a647f116a1551d434d300f93bd662cdae51b0cb7 100644 (file)
@@ -36,7 +36,7 @@ int force_iommu __read_mostly;
    be probably a smaller DMA mask, but this is bug-to-bug compatible
    to i386. */
 struct device fallback_dev = {
-       .bus_id = "fallback device",
+       .init_name = "fallback device",
        .coherent_dma_mask = DMA_32BIT_MASK,
        .dma_mask = &fallback_dev.coherent_dma_mask,
 };