]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iommu/dma: Add some missing #includes
authorRobin Murphy <robin.murphy@arm.com>
Fri, 18 Dec 2015 17:01:46 +0000 (17:01 +0000)
committerJoerg Roedel <jroedel@suse.de>
Mon, 28 Dec 2015 16:03:34 +0000 (17:03 +0100)
commit5b11e9cd42d08e76b86eacf103b1fa7794e21bff
tree75c514247c93328793090d870691a368bbd3561c
parent74bf8efb5fa6e958d2d7c7917b8bb672085ec0c6
iommu/dma: Add some missing #includes

dma-iommu.c was naughtily relying on an implicit transitive #include of
linux/vmalloc.h, which is apparently not present on some architectures.
Add that, plus a couple more headers for other functions which are used
similarly.

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/dma-iommu.c