summaryrefslogtreecommitdiff
path: root/arch/hexagon/kernel/vdso.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/vdso.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/vdso.c')
-rw-r--r--arch/hexagon/kernel/vdso.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/hexagon/kernel/vdso.c b/arch/hexagon/kernel/vdso.c
index f212a453b527..5d39f42f7085 100644
--- a/arch/hexagon/kernel/vdso.c
+++ b/arch/hexagon/kernel/vdso.c
@@ -21,6 +21,7 @@
#include <linux/err.h>
#include <linux/mm.h>
#include <linux/vmalloc.h>
+#include <linux/binfmts.h>
#include <asm/vdso.h>