Commit 3d3ef376 authored by Russell King's avatar Russell King

[ARM] Reduce the number of unnecessary includes in decompressor.

This appears to work around the gcc problem where gcc adds extra
.globl directives into the assembly for misc.s for its internal
libgcc functions.
parent 9f329fe7
......@@ -18,9 +18,8 @@
unsigned int __machine_arch_type;
#include <linux/kernel.h>
#include <linux/string.h>
#include <asm/uaccess.h>
#include <asm/arch/uncompress.h>
#ifdef STANDALONE_DEBUG
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment