]> Pileus Git - ~andy/linux/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)
commitd3da2200d0d6096e7c7f9a951cd23bc391403326
treeebd9345b155ac9a24c441e68a4f1d43117b823a8
parent197887f03daecdb3ae21bafeb4155412abad3497
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