iommu/vt-d: mark internal functions as static
authorJiang Liu <jiang.liu@linux.intel.com>
Mon, 6 Jan 2014 06:18:16 +0000 (14:18 +0800)
committerJoerg Roedel <joro@8bytes.org>
Thu, 9 Jan 2014 11:43:33 +0000 (12:43 +0100)
Functions alloc_iommu() and parse_ioapics_under_ir()
are only used internally, so mark them as static.

[Joerg: Made detect_intel_iommu() non-static again for IA64]

Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
Signed-off-by: Joerg Roedel <joro@8bytes.org>

No differences found