x86/amd-iommu: Use get_device_id and check_device where appropriate
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 24 Nov 2009 16:19:23 +0000 (17:19 +0100)
committerJoerg Roedel <joerg.roedel@amd.com>
Fri, 27 Nov 2009 13:20:29 +0000 (14:20 +0100)
commit98fc5a693bbdda498a556654c70d1e31a186c988
tree6e53b9a3fd846fab4ff514d724f0ba6825f816af
parent71c70984e5afc20d304fbb523f1c8bb42c4ceb36
x86/amd-iommu: Use get_device_id and check_device where appropriate

The logic of these two functions is reimplemented (at least
in parts) in places in the code. This patch removes these
code duplications and uses the functions instead. As a side
effect it moves check_device() to the helper function code
section.

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