Skip to content

Commit

Permalink
soc/qbman: Move dma-mapping.h include to qman_priv.h
Browse files Browse the repository at this point in the history
With the include there it fixes all build failures in this
directory caused by commit 461a694.

Fixes: 461a694 ("iommu: Remove pci.h include from trace/events/iommu.h")
Signed-off-by: Joerg Roedel <jroedel@suse.de>
  • Loading branch information
Paul Gortmaker authored and Joerg Roedel committed May 4, 2017
1 parent 4512c7b commit 290d638
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/soc/fsl/qbman/qman_portal.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@

#include "qman_priv.h"

#include <linux/dma-mapping.h>

struct qman_portal *qman_dma_portal;
EXPORT_SYMBOL(qman_dma_portal);

Expand Down
1 change: 1 addition & 0 deletions drivers/soc/fsl/qbman/qman_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include "dpaa_sys.h"

#include <soc/fsl/qman.h>
#include <linux/dma-mapping.h>
#include <linux/iommu.h>

#if defined(CONFIG_FSL_PAMU)
Expand Down

0 comments on commit 290d638

Please sign in to comment.