浏览代码

iommu: omap: Fix compile failure

Fix compile failure in drivers/iommu/omap-iommu-debug.c
because of missing module.h include.

Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Ming Lei 13 年之前
父节点
当前提交
08f2e6312c
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      drivers/iommu/omap-iommu-debug.c
  2. 1 0
      drivers/iommu/omap-iovmm.c

+ 1 - 0
drivers/iommu/omap-iommu-debug.c

@@ -10,6 +10,7 @@
  * published by the Free Software Foundation.
  */
 
+#include <linux/module.h>
 #include <linux/err.h>
 #include <linux/clk.h>
 #include <linux/io.h>

+ 1 - 0
drivers/iommu/omap-iovmm.c

@@ -10,6 +10,7 @@
  * published by the Free Software Foundation.
  */
 
+#include <linux/module.h>
 #include <linux/err.h>
 #include <linux/slab.h>
 #include <linux/vmalloc.h>