summaryrefslogtreecommitdiffstats
path: root/include/linux/dma_remapping.h
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2008-11-20 14:21:13 +0000
committerJoerg Roedel <joerg.roedel@amd.com>2009-01-03 11:57:34 +0100
commit519a05491586dad04e687660e54c57882315b22b (patch)
tree3dd5716f34e028d649b48dfd3fdd4fd9663f6d0f /include/linux/dma_remapping.h
parent015ab17dc2e9de805c26e74f498b12ee5e8de07e (diff)
downloadlinux-519a05491586dad04e687660e54c57882315b22b.tar.gz
linux-519a05491586dad04e687660e54c57882315b22b.tar.xz
intel-iommu: make init_dmars() static
init_dmars() is not used outside of drivers/pci/intel-iommu.c Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'include/linux/dma_remapping.h')
-rw-r--r--include/linux/dma_remapping.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/dma_remapping.h b/include/linux/dma_remapping.h
index 952df39c989d..cf92c4924b8c 100644
--- a/include/linux/dma_remapping.h
+++ b/include/linux/dma_remapping.h
@@ -141,7 +141,6 @@ struct device_domain_info {
struct dmar_domain *domain; /* pointer to domain */
};
-extern int init_dmars(void);
extern void free_dmar_iommu(struct intel_iommu *iommu);
extern int dmar_disabled;