|
@@ -30,7 +30,7 @@ static void __iomem *pinmux_base;
|
|
|
/*
|
|
|
* Sets the DAVINCI MUX register based on the table
|
|
|
*/
|
|
|
-int __init_or_module davinci_cfg_reg(const unsigned long index)
|
|
|
+int davinci_cfg_reg(const unsigned long index)
|
|
|
{
|
|
|
static DEFINE_SPINLOCK(mux_spin_lock);
|
|
|
struct davinci_soc_info *soc_info = &davinci_soc_info;
|
|
@@ -101,7 +101,7 @@ int __init_or_module davinci_cfg_reg(const unsigned long index)
|
|
|
}
|
|
|
EXPORT_SYMBOL(davinci_cfg_reg);
|
|
|
|
|
|
-int __init_or_module davinci_cfg_reg_list(const short pins[])
|
|
|
+int davinci_cfg_reg_list(const short pins[])
|
|
|
{
|
|
|
int i, error = -EINVAL;
|
|
|
|