Просмотр исходного кода

iommu/msm: Fix compile error in mach-msm/devices-iommu.c

Fix compile error due to missing <linux/module.h> include.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Joerg Roedel 13 лет назад
Родитель
Сommit
96f176a310
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      arch/arm/mach-msm/devices-iommu.c

+ 1 - 0
arch/arm/mach-msm/devices-iommu.c

@@ -18,6 +18,7 @@
 #include <linux/kernel.h>
 #include <linux/platform_device.h>
 #include <linux/bootmem.h>
+#include <linux/module.h>
 #include <mach/irqs.h>
 #include <mach/iommu.h>