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)
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>

No differences found