aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Enberg <penberg@kernel.org>2012-02-02 19:20:40 +0200
committerPekka Enberg <penberg@kernel.org>2012-02-02 19:20:40 +0200
commitf9573ffbb99e2f070fc14c6dfaaec5d4061a2e20 (patch)
tree575605bc81b72de0bd9138ba5c875f0917fd290b
parenta7f0b63941c15b0d520f41cd2d7a2309509c8208 (diff)
downloadjato-f9573ffbb99e2f070fc14c6dfaaec5d4061a2e20.tar.gz
arm: Remove bogus function prototype from arch/encode.h
Signed-off-by: Pekka Enberg <penberg@kernel.org>
-rw-r--r--arch/arm/include/arch/encode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/arch/encode.h b/arch/arm/include/arch/encode.h
index 1cb75d33..060be1b4 100644
--- a/arch/arm/include/arch/encode.h
+++ b/arch/arm/include/arch/encode.h
@@ -18,7 +18,6 @@ uint32_t encode_imm_offset_store(struct insn *);
uint32_t encode_imm_offset_load(struct insn *);
long emit_branch(struct insn *, struct basic_block *);
long branch_rel_addr(struct insn *, unsigned long);
-static inline void write_imm24(struct buffer *, struct insn *, unsigned long, unsigned long);
void encode_stm(struct buffer *, uint16_t);
void encode_setup_fp(struct buffer *, unsigned long);
void encode_sub_sp(struct buffer *, unsigned long);