x86/amd-iommu: Simplify get_device_resources()
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 24 Nov 2009 15:40:02 +0000 (16:40 +0100)
committerJoerg Roedel <joerg.roedel@amd.com>
Fri, 27 Nov 2009 13:20:21 +0000 (14:20 +0100)
commit94f6d190eeed91cb2bb901aa7816edd1e2405347
treef117e8fe19592483f10ab81c8ccbb7343a0de0a2
parent15898bbcb48fc86c2baff156163df0941ecb6a15
x86/amd-iommu: Simplify get_device_resources()

With the previous changes the get_device_resources function
can be simplified even more. The only important information
for the callers is the protection domain.
This patch renames the function to get_domain() and let it
only return the protection domain for a device.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
arch/x86/kernel/amd_iommu.c