Skip to content

Commit 101041c

Browse files
committed
Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
* 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu: iommu: omap: Fix compile failure
2 parents 5870b2c + 08f2e63 commit 101041c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/iommu/omap-iommu-debug.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* published by the Free Software Foundation.
1111
*/
1212

13+
#include <linux/module.h>
1314
#include <linux/err.h>
1415
#include <linux/clk.h>
1516
#include <linux/io.h>

drivers/iommu/omap-iovmm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* published by the Free Software Foundation.
1111
*/
1212

13+
#include <linux/module.h>
1314
#include <linux/err.h>
1415
#include <linux/slab.h>
1516
#include <linux/vmalloc.h>

0 commit comments

Comments
 (0)