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

No differences found