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/time.c | |
parent | 66f75a5d028beaf67c931435fdc3e7823125730c (diff) | |
download | blackbird-op-linux-6bbbc30ce6b0ae428575c8af7c2a6c342c534e19.tar.gz blackbird-op-linux-6bbbc30ce6b0ae428575c8af7c2a6c342c534e19.zip |
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/time.c')
-rw-r--r-- | arch/hexagon/kernel/time.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/hexagon/kernel/time.c b/arch/hexagon/kernel/time.c index 6bee15c9c113..5d9b33b67935 100644 --- a/arch/hexagon/kernel/time.c +++ b/arch/hexagon/kernel/time.c @@ -28,6 +28,7 @@ #include <linux/of.h> #include <linux/of_address.h> #include <linux/of_irq.h> +#include <linux/module.h> #include <asm/timer-regs.h> #include <asm/hexagon_vm.h> |