diff options
-rw-r--r-- | arch/ia64/kernel/pci-swiotlb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/pci-swiotlb.c b/arch/ia64/kernel/pci-swiotlb.c index e6b2ec9b27da..d21dea44e76f 100644 --- a/arch/ia64/kernel/pci-swiotlb.c +++ b/arch/ia64/kernel/pci-swiotlb.c | |||
@@ -33,7 +33,7 @@ struct dma_map_ops swiotlb_dma_ops = { | |||
33 | .mapping_error = swiotlb_dma_mapping_error, | 33 | .mapping_error = swiotlb_dma_mapping_error, |
34 | }; | 34 | }; |
35 | 35 | ||
36 | void swiotlb_dma_init(void) | 36 | void __init swiotlb_dma_init(void) |
37 | { | 37 | { |
38 | dma_ops = &swiotlb_dma_ops; | 38 | dma_ops = &swiotlb_dma_ops; |
39 | swiotlb_init(); | 39 | swiotlb_init(); |