From 3ef56e61c8cbfdfdca155f5b1e2cd4d5cb5e048a Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sat, 27 Feb 2016 19:18:56 +0100 Subject: omap-common: Rename set_muxconf_regs_essential to set_muxconf_regs There is no distinction between essential and non-essential mux configuration, so it doesn't make sense to have an "essential" prefix. Signed-off-by: Paul Kocialkowski --- board/compulab/cm_t54/mux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'board/compulab/cm_t54/mux.c') diff --git a/board/compulab/cm_t54/mux.c b/board/compulab/cm_t54/mux.c index da35383..45d868f 100644 --- a/board/compulab/cm_t54/mux.c +++ b/board/compulab/cm_t54/mux.c @@ -75,10 +75,10 @@ const struct pad_conf_entry wkup_padconf_array_essential[] = { }; /* - * Routine: set_muxconf_regs_essential + * Routine: set_muxconf_regs * Description: setup board pinmux configuration. */ -void set_muxconf_regs_essential(void) +void set_muxconf_regs(void) { do_set_mux((*ctrl)->control_padconf_core_base, core_padconf_array_essential, -- cgit v1.1