aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu
diff options
context:
space:
mode:
authorJoerg Roedel <joro@8bytes.org>2013-04-09 17:32:34 +0200
committerJoerg Roedel <joro@8bytes.org>2013-04-19 20:46:18 +0200
commitd3da2200d0d6096e7c7f9a951cd23bc391403326 (patch)
treeebd9345b155ac9a24c441e68a4f1d43117b823a8 /drivers/iommu
parentiommu/amd: Properly initialize irq-table lock (diff)
downloadlinux-dev-d3da2200d0d6096e7c7f9a951cd23bc391403326.tar.xz
linux-dev-d3da2200d0d6096e7c7f9a951cd23bc391403326.zip
iommu/amd: Move add_special_device() to __init
The function is only called by other __init functions, so it can be moved to __init too. Reviewed-by: Shuah Khan <shuahkhan@gmail.com> Signed-off-by: Joerg Roedel <joro@8bytes.org>
Diffstat (limited to 'drivers/iommu')
-rw-r--r--drivers/iommu/amd_iommu_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/amd_iommu_init.c b/drivers/iommu/amd_iommu_init.c
index e3c2d74b7684..ea94ee644989 100644
--- a/drivers/iommu/amd_iommu_init.c
+++ b/drivers/iommu/amd_iommu_init.c
@@ -703,7 +703,7 @@ static void __init set_dev_entry_from_acpi(struct amd_iommu *iommu,
set_iommu_for_device(iommu, devid);
}
-static int add_special_device(u8 type, u8 id, u16 devid)
+static int __init add_special_device(u8 type, u8 id, u16 devid)
{
struct devid_map *entry;
struct list_head *list;