Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbff5634 authored by Brian Norris's avatar Brian Norris Committed by Joerg Roedel
Browse files

iommu: add missing include



Fix a warning in of_iommu.c:

drivers/iommu/of_iommu.c:38:5: warning: no previous prototype for 'of_get_dma_window' [-Wmissing-prototypes]

Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
Cc: Hiroshi DOYU <hdoyu@nvidia.com>
Signed-off-by: default avatarJoerg Roedel <joro@8bytes.org>
parent b62dfd29
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <linux/export.h>
#include <linux/limits.h>
#include <linux/of.h>
#include <linux/of_iommu.h>

/**
 * of_get_dma_window - Parse *dma-window property and returns 0 if found.