]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/amd: Move add_special_device() to __init
authorJoerg Roedel <joro@8bytes.org>
Tue, 9 Apr 2013 15:32:34 +0000 (17:32 +0200)
committerJoerg Roedel <joro@8bytes.org>
Fri, 19 Apr 2013 18:46:18 +0000 (20:46 +0200)
commit83e15465765a45c3e569e68ca8757e7d6c444d74
treeebd9345b155ac9a24c441e68a4f1d43117b823a8
parent34653f15de993e87ab817a936cae5515af84101e
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>
drivers/iommu/amd_iommu_init.c