Hello.

Cyril Chemparathy wrote:

Rename da8xx_pinmux_setup() to davinci_cfg_reg_list() and promote it for use in
other SOCs that may need the ability to configure multiple pins in one shot.

Signed-off-by: Cyril Chemparathy <[email protected]>
diff --git a/arch/arm/mach-davinci/mux.c b/arch/arm/mach-davinci/mux.c
index c942c89..228ff67 100644
--- a/arch/arm/mach-davinci/mux.c
+++ b/arch/arm/mach-davinci/mux.c
[...]
@@ -105,3 +104,4 @@ int da8xx_pinmux_setup(const short pins[])
return error;
 }
+EXPORT_SYMBOL(davinci_cfg_reg_list);

  Why you need to export it?

WBR, Sergei

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to