]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iommu: Move report_iommu_fault() to iommu.c
authorJoerg Roedel <jroedel@suse.de>
Wed, 26 Apr 2017 13:39:28 +0000 (15:39 +0200)
committerJoerg Roedel <jroedel@suse.de>
Thu, 27 Apr 2017 09:24:11 +0000 (11:24 +0200)
commit207c6e36f122ebb1164d611c9f34f128313f47d5
tree4fe9584fdee8b19053fc88b5bab53e2b5171e8fe
parente8245c1b1a3bb8474f91c69ccd13637d3589bb2c
iommu: Move report_iommu_fault() to iommu.c

The function is in no fast-path, there is no need for it to
be static inline in a header file. This also removes the
need to include iommu trace-points in iommu.h.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/iommu.c
include/linux/iommu.h