diff options
author | Richard Kuo <rkuo@codeaurora.org> | 2011-11-15 16:58:11 -0600 |
---|---|---|
committer | Richard Kuo <rkuo@codeaurora.org> | 2012-04-23 12:56:41 -0500 |
commit | 6bbbc30ce6b0ae428575c8af7c2a6c342c534e19 (patch) | |
tree | 12836a589989eefaf6552e90a395eebcfcfef0cd /arch/hexagon/kernel/dma.c | |
parent | 66f75a5d028beaf67c931435fdc3e7823125730c (diff) |
Hexagon: misc compile warning/error cleanup due to missing headers
Fixed warnings/errors for EXPORT_SYMBOL, linux_binprm, elf related
defines
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Diffstat (limited to 'arch/hexagon/kernel/dma.c')
-rw-r--r-- | arch/hexagon/kernel/dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/hexagon/kernel/dma.c b/arch/hexagon/kernel/dma.c index 37302218ca4a..0f2367cc5493 100644 --- a/arch/hexagon/kernel/dma.c +++ b/arch/hexagon/kernel/dma.c @@ -22,6 +22,7 @@ #include <linux/bootmem.h> #include <linux/genalloc.h> #include <asm/dma-mapping.h> +#include <linux/module.h> struct dma_map_ops *dma_ops; EXPORT_SYMBOL(dma_ops); |