Explorar o código

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
Linus Torvalds %!s(int64=14) %!d(string=hai) anos
pai
achega
101041cf26
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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>