diff options
| author | Ming Lei <[email protected]> | 2011-11-08 10:29:15 +0000 |
|---|---|---|
| committer | Joerg Roedel <[email protected]> | 2011-11-08 16:11:57 +0000 |
| commit | 08f2e6312c67fed80df9342e06ad36daf11eb80b (patch) | |
| tree | 6e5581f7b6029b1b4516872f38a8c5d133c970b9 /drivers/iommu/omap-iommu-debug.c | |
| parent | Linux 3.2-rc1 (diff) | |
| download | kernel-08f2e6312c67fed80df9342e06ad36daf11eb80b.tar.gz kernel-08f2e6312c67fed80df9342e06ad36daf11eb80b.zip | |
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 <[email protected]>
Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'drivers/iommu/omap-iommu-debug.c')
| -rw-r--r-- | drivers/iommu/omap-iommu-debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/omap-iommu-debug.c b/drivers/iommu/omap-iommu-debug.c index 9c192e79f806..288da5c1499d 100644 --- a/drivers/iommu/omap-iommu-debug.c +++ b/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> |
