Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1631547
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!news.servidellagleba.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Joerg Roedel <joro@8bytes.org> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] iommu: Header file cleanups |
| Date | Wed, 26 Apr 2017 17:50:02 +0200 |
| Message-ID | <tAxmx-4e9-9@gated-at.bofh.it> (permalink) |
| X-Original-To | iommu@lists.linux-foundation.org |
| Dkim-Signature | v=1; a=rsa-sha256; c=simple/simple; d=8bytes.org; s=mail-1; t=1493221513; bh=2RLsMVD92pEtQpt2DuM6j7Dc2r+9DFFJmdug1scCiAQ=; h=From:To:Cc:Subject:Date:From; b=bGQLs1PQLnCcJOu+akwIBVoi9q9y0EswtE80pxlFGby5Dx5vz+weWcip8unUHVJgt LYXikdzEjqkNucPyZhO70ORYiSbbIVkJyxCLJwkoZBBRldbSCUNVu1lsxTaAZoM0Af 79bEUUNDoH08+kqmj/Za0CggEVjwi9HRiX9AQcS1VmudBrqvowb9RAJuFVy8en3zMh 8iecm0B0+wL7hwvi6wPx6bdDS704f91oI/P5Rzepnv/uykYtxXdb3+1uCMBLFjJUrt I5nFP8k3SwXQCLSoQS3bOEz8CmfCMKqf6fhC6wamWeGY6yGxZQc0H4O7gvmkYMGCds jqChScl2gSwtQ== |
| X-Mailer | git-send-email 1.9.1 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 35 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-kernel@vger.kernel.org, Joerg Roedel <joro@8bytes.org> |
| X-Original-Date | Wed, 26 Apr 2017 17:45:02 +0200 |
| X-Original-Message-ID | <1493221506-7651-1-git-send-email-joro@8bytes.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1631547 |
Show key headers only | View raw
Hi, here is a small patch-set to remove some header dependencies from the IOMMU header files. The linux/iommu.h file does not include linux/pci.h and the iommu trace-event headers anymore. For this the report_iommu_fault function was moved to iommu.c and the place relying on above includes were fixed. Please review. Thanks, Joerg Joerg Roedel (4): iommu: Include device.h in iommu.h iommu: Move report_iommu_fault() to iommu.c iommu: Remove pci.h include from trace/events/iommu.h iommu: Remove trace-events include from iommu.h arch/arm64/mm/dma-mapping.c | 1 + drivers/iommu/fsl_pamu.h | 1 + drivers/iommu/iommu.c | 42 ++++++++++++++++++++++++++++ drivers/iommu/rockchip-iommu.c | 1 + drivers/iommu/tegra-smmu.c | 1 + drivers/media/platform/mtk-vpu/mtk_vpu.c | 1 + include/linux/dma-iommu.h | 1 + include/linux/iommu.h | 47 ++++---------------------------- include/trace/events/iommu.h | 1 - 9 files changed, 53 insertions(+), 43 deletions(-) -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] iommu: Header file cleanups Joerg Roedel <joro@8bytes.org> - 2017-04-26 17:50 +0200 [PATCH 3/4] iommu: Remove pci.h include from trace/events/iommu.h Joerg Roedel <joro@8bytes.org> - 2017-04-26 17:50 +0200 [PATCH 1/4] iommu: Include device.h in iommu.h Joerg Roedel <joro@8bytes.org> - 2017-04-26 17:50 +0200
csiph-web