diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-01-13 11:59:13 +0100 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-01-13 11:59:13 +0100 |
commit | 436fa4a5352cea7fc8eeafe2fc078031d731b471 (patch) | |
tree | 658f2bb222914030916c46e1cc4d81b8466ded30 /libdde_linux26/contrib/arch | |
parent | 1b030ec21564529f29c2e557c2254b9f17e762ba (diff) |
Remove the static declaration of initcall functions.
Diffstat (limited to 'libdde_linux26/contrib/arch')
-rw-r--r-- | libdde_linux26/contrib/arch/x86/kernel/pci-dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdde_linux26/contrib/arch/x86/kernel/pci-dma.c b/libdde_linux26/contrib/arch/x86/kernel/pci-dma.c index 80e9f10e..3a26519b 100644 --- a/libdde_linux26/contrib/arch/x86/kernel/pci-dma.c +++ b/libdde_linux26/contrib/arch/x86/kernel/pci-dma.c @@ -263,7 +263,7 @@ int dma_supported(struct device *dev, u64 mask) } EXPORT_SYMBOL(dma_supported); -static int __init pci_iommu_init(void) +int __init pci_iommu_init(void) { calgary_iommu_init(); |