diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-05 14:17:24 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-05 14:17:24 +0100 |
commit | 46483d10e5123d78cf9abf37577aa8e75f18b8a4 (patch) | |
tree | ffb646db8023433588ce87797a9428c90ec118bc /arch/x86/kernel | |
parent | c59ab97e9ecdee9084d2da09e5a8ceea9a396508 (diff) | |
parent | 874d6a9555516cbac828131d573ce3d16ce47164 (diff) |
Merge branch 'core/iommu' into core/urgent
Conflicts:
lib/swiotlb.c
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/pci-swiotlb_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/pci-swiotlb_64.c b/arch/x86/kernel/pci-swiotlb_64.c index 8cba3749a51..d59c9174766 100644 --- a/arch/x86/kernel/pci-swiotlb_64.c +++ b/arch/x86/kernel/pci-swiotlb_64.c @@ -23,7 +23,7 @@ void *swiotlb_alloc(unsigned order, unsigned long nslabs) return (void *)__get_free_pages(GFP_DMA | __GFP_NOWARN, order); } -dma_addr_t swiotlb_phys_to_bus(phys_addr_t paddr) +dma_addr_t swiotlb_phys_to_bus(struct device *hwdev, phys_addr_t paddr) { return paddr; } |