From 2280ddeea5fd82554696f1caa97f7a485a035da4 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Sun, 15 Nov 2009 10:35:41 -0800 Subject: ARM11: fixup method table Three changes: remove ARM11_HANDLER() in favor of normal structure initialization syntax; fix goofy indentation in that structure; and don't needlessly export arm11_register_commands(), it's only called through that method table. Signed-off-by: David Brownell --- src/target/arm11.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/target/arm11.h') diff --git a/src/target/arm11.h b/src/target/arm11.h index e48758f4..9bc6eb44 100644 --- a/src/target/arm11.h +++ b/src/target/arm11.h @@ -188,6 +188,4 @@ struct arm11_reg_state struct target * target; }; -int arm11_register_commands(struct command_context *cmd_ctx); - #endif /* ARM11_H */ -- cgit v1.2.3