summaryrefslogtreecommitdiff
path: root/arch/hexagon/kernel/time.c
diff options
context:
space:
mode:
authorRichard Kuo <rkuo@codeaurora.org>2011-11-15 16:58:11 -0600
committerRichard Kuo <rkuo@codeaurora.org>2012-04-23 12:56:41 -0500
commit6bbbc30ce6b0ae428575c8af7c2a6c342c534e19 (patch)
tree12836a589989eefaf6552e90a395eebcfcfef0cd /arch/hexagon/kernel/time.c
parent66f75a5d028beaf67c931435fdc3e7823125730c (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/time.c')
-rw-r--r--arch/hexagon/kernel/time.c1
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>